mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-09 07:26:29 +02:00
Merge pull request #683 from wturrell/patch-2
Code Style Guide - project list
This commit is contained in:
@@ -11,8 +11,8 @@ their projects.
|
|||||||
|
|
||||||
The [Framework Interop Group][fig] has proposed and approved a series of style recommendations. Not all of them related
|
The [Framework Interop Group][fig] has proposed and approved a series of style recommendations. Not all of them related
|
||||||
to code-style, but those that do are [PSR-0][psr0], [PSR-1][psr1], [PSR-2][psr2] and [PSR-4][psr4]. These
|
to code-style, but those that do are [PSR-0][psr0], [PSR-1][psr1], [PSR-2][psr2] and [PSR-4][psr4]. These
|
||||||
recommendations are merely a set of rules that some projects like Drupal, Zend, Symfony, CakePHP, phpBB, AWS SDK,
|
recommendations are merely a set of rules that many projects like Drupal, Zend, Symfony, Laravel, CakePHP, phpBB, AWS SDK,
|
||||||
FuelPHP, Lithium, etc are starting to adopt. You can use them for your own projects, or continue to use your own
|
FuelPHP, Lithium, etc are adopting. You can use them for your own projects, or continue to use your own
|
||||||
personal style.
|
personal style.
|
||||||
|
|
||||||
Ideally you should write PHP code that adheres to a known standard. This could be any combination of PSRs, or one
|
Ideally you should write PHP code that adheres to a known standard. This could be any combination of PSRs, or one
|
||||||
|
Reference in New Issue
Block a user