Given you've already installed composer up and running and it's accessible globally, you can simply create new Symfony projects as stated in the official documentation.
Now you can create a new Symfony project with composer:
composer create-project symfony/framework-standard-edition my_project_nam...