mrjulio / rapture-cs
Rapture PHP coding standard component
Installs: 12
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/mrjulio/rapture-cs
Requires
- php: >=5.4.0
This package is not auto-updated.
Last update: 2025-10-04 20:35:30 UTC
README
Coding standard for rapture components.
Requirements
- PHP v5.4
- php-tokenizer
Install
composer require mrjulio/rapture-cs
Intro
Rapture-CS follows mainly PSR2 standard with a few exceptions:
- control structures on new lines
- line limit of 140 characters
- class and methods must be doc-commented
- extra checks to maintain best practices (see
ruleset.xml
)
About
Author
Iulian N. rapture@iuliann.ro
License
Rapture PHP coding standard is licensed under the MIT License - see the LICENSE
file for details.