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
Fabien Potencier 156c4a254d feature #14070 removed all *.class parameters (fabpot)
This PR was merged into the 3.0-dev branch.

Discussion
----------

removed all *.class parameters

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | no
| Fixed tickets | #11881, #12822
| License       | MIT
| Doc PR        | none

Commits
-------

8835d1a removed all *.class parameters
2015-03-26 17:50:21 +01:00
src/Symfony removed all *.class parameters 2015-03-26 16:34:43 +01:00
.editorconfig Add EditorConfig File 2012-06-16 14:08:15 +02:00
.gitignore Test with local components instead of waiting for the subtree-splitter when possible 2015-03-05 00:16:30 +01:00
.php_cs CS: Ensure there is no code on the same line as the PHP open tag and it is followed by a blankline 2015-03-24 17:36:00 +01:00
.travis.sh [travis] Do no tar in // 2015-03-13 13:47:20 +01:00
.travis.yml [travis] do not exclude legacy tests 2015-03-13 19:00:51 +01:00
composer.json Merge branch '2.7' 2015-03-17 13:43:12 +01:00
CONTRIBUTING.md [2.3] Update CONTRIBUTING.md 2015-02-24 10:01:10 +01:00
CONTRIBUTORS.md update CONTRIBUTORS for 2.3.26 2015-03-17 15:17:33 +01:00
LICENSE Updated copyright to 2015 2015-01-01 13:56:52 +01:00
phpunit.xml.dist Merge branch '2.3' into 2.6 2015-02-24 12:52:21 +01:00
README.md [3.0] Removed some old hacks 2014-12-30 11:17:11 +01:00
UPGRADE-2.7.md [Serializer] rename exception interface 2015-03-02 10:36:49 +01:00
UPGRADE-3.0.md Merge branch '2.7' 2015-03-13 14:22:22 +01:00

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.