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.
symfony/README.md

58 lines
2.1 KiB
Markdown
Raw Normal View History

README
======
2014-11-24 12:25:40 +00:00
What is Symfony?
2010-06-30 08:04:56 +01:00
-----------------
2014-11-30 21:18:40 +00:00
Symfony is a PHP full-stack web framework. It is written with speed and
2011-05-02 21:21:20 +01:00
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
2010-02-19 23:25:27 +00:00
to high traffic ones like Dailymotion or Yahoo! Answers.
2011-05-24 16:27:37 +01:00
Installation
------------
2015-05-15 15:06:52 +01:00
The best way to install Symfony is to use the [official Symfony Installer][7].
It allows you to start a new project based on the version you want.
2011-05-24 16:27:37 +01:00
Documentation
-------------
The "[Quick Tour][1]" tutorial gives you a first feeling of the framework. If,
2014-11-24 12:25:40 +00:00
like us, you think that Symfony can help speed up your development and take
2011-05-24 16:27:37 +01:00
the quality of your work to the next level, read the official
[Symfony documentation][2].
Contributing
------------
2014-11-24 12:25:40 +00:00
Symfony is an open source, community-driven project. If you'd like to contribute,
please read the [Contributing Code][3] part of the documentation. If you're submitting
a pull request, please follow the guidelines in the [Submitting a Patch][4] section
and use [Pull Request Template][5].
2016-12-18 18:50:35 +00:00
Community Reviews
-----------------
If you don't feel ready to contribute code or patches, reviewing issues and pull
requests can be a great start to get involved and give back. In fact, people who
"triage" issues are the backbone to Symfony's success!
More information can be found in the [Community Reviews][8] guide.
2014-11-24 12:25:40 +00:00
Running Symfony Tests
----------------------
2014-11-24 12:25:40 +00:00
Information on how to run the Symfony test suite can be found in the
[Running Symfony Tests][6] section.
2016-10-18 18:16:23 +01:00
[1]: https://symfony.com/doc/current/quick_tour/index.html
[2]: https://symfony.com/doc/current/
[3]: https://symfony.com/doc/current/contributing/code/index.html
[4]: https://symfony.com/doc/current/contributing/code/patches.html#check-list
[5]: https://symfony.com/doc/current/contributing/code/patches.html#make-a-pull-request
[6]: https://symfony.com/doc/master/contributing/code/tests.html
2015-05-15 15:06:52 +01:00
[7]: https://symfony.com/doc/current/book/installation.html#installing-the-symfony-installer
2016-12-18 18:50:35 +00:00
[8]: https://symfony.com/doc/current/contributing/community/reviews.html