You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Fabien Potencier 66267bf8d0 updated vendors for 2.0.12 14 years ago
src/Symfony merged branch nodrew/2.0 (PR #3625) 14 years ago
tests Changed instances of \DateTimeZone::UTC to 'UTC' as the constant is not valid a produces this error when DateTimeZone is instantiated: DateTimeZone::__construct() [<a href='datetimezone.--construct'>datetimezone.--construct</a>]: Unknown or bad timezone (1024) 14 years ago
.gitignore Added vendor directory to .gitignore 16 years ago
.travis.yml also test PHP 5.3.2, since this is the official lowest supported PHP version 14 years ago
CHANGELOG-2.0.md updated CHANGELOG for 2.0.11 14 years ago
CONTRIBUTORS.md update CONTRIBUTORS for 2.0.10 14 years ago
LICENSE Updated LICENSE files copyright 14 years ago
README.md point the status icon to 2.0 14 years ago
UPDATE.ja.md updated translation of UPDATE file (Japanese RC5 added) 14 years ago
UPDATE.md UPDATE.md: trivial markdown syntax fix 14 years ago
autoload.php.dist Allow autoload to run without vendors being cloned 14 years ago
check_cs [Check CS] don't replace 'else if' on twig files (closes #2961) 14 years ago
composer.json removed the version attribute in all composer.json files 14 years ago
phpunit.xml.dist [Security] cleaned up opt-in to benchmark test 15 years ago
vendors.php updated vendors for 2.0.12 14 years ago

README.md

README

Build Status

What is Symfony2?

Symfony2 is a PHP 5.3 full-stack web framework. It is written with speed and flexibility in mind. It allows developers to build better and easy to maintain websites with PHP.

Symfony can be used to develop all kind of websites, from your personal blog to high traffic ones like Dailymotion or Yahoo! Answers.

Requirements

Symfony2 is only supported on PHP 5.3.2 and up.

Installation

The best way to install Symfony2 is to download the Symfony Standard Edition available at http://symfony.com/download.

Documentation

The "Quick Tour" tutorial gives you a first feeling of the framework. If, like us, you think that Symfony2 can help speed up your development and take the quality of your work to the next level, read the official Symfony2 documentation.

Contributing

Symfony2 is an open source, community-driven project. If you'd like to contribute, please read the Contributing Code part of the documentation. If you're submitting a pull request, please follow the guidelines in the Submitting a Patch section.