PSR-1

GPTKB entity

Statements (29)
Predicate Object
gptkbp:instance_of gptkb:Library
gptkbp:bfsLayer 3
gptkbp:bfsParent gptkb:Library
gptkbp:aims_to Establish a standard for PHP code
https://www.w3.org/2000/01/rdf-schema#label PSR-1
gptkbp:is_adopted_by gptkb:temple
gptkb:church
gptkb:Fuel_PHP
gptkb:Phalcon
gptkb:Slim_Framework
gptkb:Yii_Framework
gptkb:Cake_PHP
gptkb:Code_Igniter
TYP O3
gptkbp:is_described_as Basic coding standard
gptkbp:is_implemented_in Various PHP frameworks
gptkbp:is_part_of PSR series
gptkbp:is_supported_by PHP community
gptkbp:published_by gptkb:PHP-FIG
gptkbp:published_year 2011-06-01
gptkbp:related_to gptkb:PSR-2
gptkb:PSR-4
gptkbp:requires Class names to be declared in Studly Caps
Files to end with a newline character
Files to use only <?php and <?= tags
Namespaces and classes to be declared in a specific way
Method names to be declared in camel Case
Constants to be declared in upper_case_with_underscores
gptkbp:title Basic Coding Standard