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 3968f00539 updated VERSION for 2.0.25 12 years ago
src/Symfony updated VERSION for 2.0.25 12 years ago
tests [Security] limited the password length passed to encoders 12 years ago
.gitignore add composer to gitignore in 2.0 14 years ago
.travis.yml Update .travis.yml 13 years ago
CHANGELOG-2.0.md updated CHANGELOG for 2.0.25 12 years ago
CONTRIBUTING.md Making it easier to grab the PR template. 13 years ago
CONTRIBUTORS.md update CONTRIBUTORS for 2.0.23 13 years ago
LICENSE updated license year 13 years ago
README.md Making it easier to grab the PR template. 13 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 bumped minimal version of Swiftmailer to 4.2.0 13 years ago
composer.json Update monolog compatibility 13 years ago
phpunit.xml.dist [Locale] fixed tests 13 years ago
vendors.php updated vendors for 2.0.18 13 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 and use Pull Request Template.