Better install composer and from it you generate new projects!
Download it and install it!
link
Then from the terminal you go to the folder where you want to create the new project:
Ex:
C: \ xampp \ htdocs
And already being in the folder where you want to create the project, you use:
composer create-project symfony / framework-standard-edition my_project_name "2.8. *"
What is in the double quotes is the version to be installed, if not, you will install the latest stable version (currently).
I hope it serves you.
For more info:
link - > Search: Creating Symfony Applications with Composer
And if you want to go deeper, this man has translated all the documentation into Spanish to prepare for the certification.
link
To enjoy !!!