This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
Francis Besset e98c53748e [Console] Added type hint 2015-02-24 12:14:13 +01:00
src/Symfony [Console] Added type hint 2015-02-24 12:14:13 +01:00
.editorconfig Add EditorConfig File 2012-06-16 14:08:15 +02:00
.gitignore Revert "encourage the running of coverage" 2013-12-04 07:03:18 +01:00
.travis.yml Merge branch '2.7' 2015-02-22 13:05:08 +01:00
CONTRIBUTING.md added the BC docs to the contributing file 2014-03-04 08:26:38 +01:00
CONTRIBUTORS.md update CONTRIBUTORS for 2.3.25 2015-01-30 14:55:12 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
README.md Update README.md to min PHP 5.3.9 2015-01-10 19:20:22 +01:00
UPGRADE-2.7.md [PropertyAccess] Show property path in all exception messages 2015-02-04 17:34:04 +01:00
UPGRADE-3.0.md [Console] Added type hint 2015-02-24 12:14:13 +01:00
composer.json Merge branch '2.7' 2015-02-21 14:23:59 +01:00
phpunit.xml.dist [PhpUnitBridge] new bridge for testing with PHPUnit 2015-02-18 11:38:04 +01:00

README.md

README

What is Symfony?

Symfony is a PHP 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.

Installation

The best way to install Symfony 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 Symfony can help speed up your development and take the quality of your work to the next level, read the official Symfony documentation.

Contributing

Symfony 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.

Running Symfony Tests

Information on how to run the Symfony test suite can be found in the Running Symfony Tests section.