2017 © Pedro Peláez
 

library symfony-installer

The official installer to create projects based on the Symfony full-stack framework.

image

symfony/symfony-installer

The official installer to create projects based on the Symfony full-stack framework.

  • Sunday, April 1, 2018
  • by fabpot
  • Repository
  • 44 Watchers
  • 329 Stars
  • 2,090 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 118 Forks
  • 0 Open issues
  • 44 Versions
  • 1 % Grown

The README.md

Symfony Installer

This is the official installer to start new projects based on the Symfony full-stack framework. The installer is only compatible with Symfony 2 and 3., (*1)

Creating Symfony 4 projects

This installer is not compatible with Symfony 4 and newer versions. Instead, use Composer and create your Symfony 4 project as follows:, (*2)

$ composer create-project symfony/skeleton my_project_name

See the Symfony Installation article on the official Symfony Documentation for more details., (*3)

Installing the installer

This step is only needed the first time you use the installer:, (*4)

Linux and Mac OS X

$ sudo curl -LsS https://symfony.com/installer -o /usr/local/bin/symfony
$ sudo chmod a+x /usr/local/bin/symfony

Windows

c:\> php -r "file_put_contents('symfony', file_get_contents('https://symfony.com/installer'));"

Move the downloaded symfony file to your projects directory and execute it as follows:, (*5)

c:\> php symfony

If you prefer to create a global symfony command, execute the following:, (*6)

c:\> (echo @ECHO OFF & echo php "%~dp0symfony" %*) > symfony.bat

Then, move both files (symfony and symfony.bat) to any location included in your execution path. Now you can run the symfony command anywhere on your system., (*7)

Using the installer

1. Start a new project with the latest stable Symfony version, (*8)

Execute the new command and provide the name of your project as the only argument:, (*9)

# Linux, Mac OS X
$ symfony new my_project

# Windows
c:\> php symfony new my_project

2. Start a new project with the latest Symfony LTS (Long Term Support) version, (*10)

Execute the new command and provide the name of your project as the first argument and lts as the second argument. The installer will automatically select the most recent LTS (Long Term Support) version available:, (*11)

# Linux, Mac OS X
$ symfony new my_project lts

# Windows
c:\> php symfony new my_project lts

3. Start a new project based on a specific Symfony branch, (*12)

Execute the new command and provide the name of your project as the first argument and the branch number as the second argument. The installer will automatically select the most recent version available for the given branch:, (*13)

# Linux, Mac OS X
$ symfony new my_project 2.8

# Windows
c:\> php symfony new my_project 2.8

4. Start a new project based on a specific Symfony version, (*14)

Execute the new command and provide the name of your project as the first argument and the exact Symfony version as the second argument:, (*15)

# Linux, Mac OS X
$ symfony new my_project 2.8.1

# Windows
c:\> php symfony new my_project 2.8.1

5. Install the Symfony demo application, (*16)

The Symfony Demo is a reference application developed using the official Symfony Best Practices:, (*17)

# Linux, Mac OS X
$ symfony demo

# Windows
c:\> php symfony demo

Updating the installer

New versions of the Symfony Installer are released regularly. To update your installer version, execute the following command:, (*18)

# Linux, Mac OS X
$ symfony self-update

# Windows
c:\> php symfony self-update

NOTE, (*19)

If your system requires the use of a proxy server to download contents, the installer tries to guess the best proxy settings from the HTTP_PROXY and http_proxy environment variables. Make sure any of them is set before executing the Symfony Installer., (*20)

Troubleshooting

SSL and certificates issues on Windows systems

If you experience any error related with SSL or security certificates when using the Symfony Installer on Windows systems:, (*21)

1) Check that the OpenSSL extension is enabled in your php.ini configuration:, (*22)

; make sure that the following line is uncommented
extension=php_openssl.dll

2) Check that the path to the file that contains the security certificates exists and is defined in php.ini:, (*23)

openssl.cafile=C:/path/to/cacert.pem

If you can't locate the cacert.pem file anywhere on your system, you can safely download it from the official website of the cURL project: http://curl.haxx.se/ca/cacert.pem, (*24)

The Versions

01/04 2018

dev-master

9999999-dev

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

01/04 2018

v1.5.11

1.5.11.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

27/12 2017

v1.5.10

1.5.10.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

18/10 2016

v1.5.9

1.5.9.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

26/07 2016

v1.5.8

1.5.8.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

24/07 2016

v1.5.7

1.5.7.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

19/07 2016

v1.5.6

1.5.6.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

10/07 2016

v1.5.5

1.5.5.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

25/06 2016

v1.5.4

1.5.4.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

25/06 2016

v1.5.3

1.5.3.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

20/06 2016

v1.5.2

1.5.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

03/04 2016

v1.5.1

1.5.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

10/12 2015

v1.5.0

1.5.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

01/12 2015

v1.4.4

1.4.4.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

30/11 2015

v1.4.3

1.4.3.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

30/11 2015

v1.4.2

1.4.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

27/11 2015

v1.4.1

1.4.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

27/11 2015

v1.4.0

1.4.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

10/11 2015

v1.3.3

1.3.3.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

05/11 2015

v1.3.2

1.3.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

18/10 2015

v1.3.1

1.3.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

18/10 2015

v1.3.0

1.3.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

01/10 2015

v1.2.0

1.2.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

The Development Requires

framework php installer symfony

26/06 2015

v1.1.7

1.1.7.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

26/06 2015

v1.1.6

1.1.6.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

10/06 2015

v1.1.5

1.1.5.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

10/06 2015

v1.1.4

1.1.4.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

24/04 2015

v1.1.3

1.1.3.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

24/04 2015

v1.1.2

1.1.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

18/04 2015

v1.1.1

1.1.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

03/04 2015

v1.1.0

1.1.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

26/03 2015

v1.0.2

1.0.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

26/03 2015

v1.0.1

1.0.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

27/02 2015

v1.0.0

1.0.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

16/12 2014

v0.5.0

0.5.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

08/12 2014

v0.4.0

0.4.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

04/12 2014

v0.3.0

0.3.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

26/11 2014

v0.2.0

0.2.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

21/11 2014

v0.1.0

0.1.0.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

20/11 2014

v0.0.5

0.0.5.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

19/11 2014

v0.0.4

0.0.4.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

19/11 2014

v0.0.3

0.0.3.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

19/11 2014

v0.0.2

0.0.2.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony

05/11 2014

v0.0.1

0.0.1.0

The official installer to create projects based on the Symfony full-stack framework.

  Sources   Download

MIT

The Requires

 

framework php installer symfony