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 7af5f598d9 merged branch tacker/2.0 (PR #2641) 14 years ago
src/Symfony merged branch tacker/2.0 (PR #2641) 14 years ago
tests Skipped tests when PDO is not available 14 years ago
.gitignore Added vendor directory to .gitignore 16 years ago
CHANGELOG-2.0.md updated CHANGELOG for 2.0.5 14 years ago
CONTRIBUTORS.md update CONTRIBUTORS for 2.0.1 14 years ago
LICENSE added the LICENSE file for the YAML component 15 years ago
README.md [README] Adding a small section with information about contributing. 14 years ago
UPDATE.ja.md updated translation of UPDATE file (Japanese RC5 added) 14 years ago
UPDATE.md updated UPDATE file 14 years ago
autoload.php.dist fixed autoloader when tests are run on a machine without intl installed 14 years ago
check_cs fixed root search path to include only './src' and './tests' 15 years ago
composer.json bumped Symfony version to 2.0.6-DEV 14 years ago
phpunit.xml.dist [Security] cleaned up opt-in to benchmark test 15 years ago
vendors.php updated vendors for 2.0.5 14 years ago

README.md

README

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.