If you want to try Symfony2 out, provide early feedback on the product, or help us built a better framework, we provide several convenient ways to get you started fast.
To get started fast, we highly recommend that you use the "Symfony sandbox". The Sandbox is a Symfony project where all the required libraries and some simple controllers are already included and where the basic configuration is already done. The great advantage of the sandbox over other types of installation is that you can start experimenting with Symfony immediately.
You can choose to download the Sandbox as a .zip or .tgz archive. The sandbox is updated on a regular basis.
You can also clone the sandbox repository hosted on Github.
The official Symfony2 repository is hosted on Github at http://github.com/symfony/symfony. You should only use this method of installation if you want the bleeding edge or if you don't mind installing things by hand.
If you use Subversion instead of Git, checkout the official Subversion read-only mirror at http://svn.symfony-project.com/branches/2.0. The repository is updated every 15 minutes.
Support for Symfony2 is given through the Symfony user mailing-list.
If you want to discuss enhancements of Symfony2, you can also subscribe to the Symfony developer mailing-list.
Copyright (c) 2004-2010 Fabien Potencier
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
