mrjulio/rapture-cs

Rapture PHP coding standard component

v1.0.1 2017-11-18 19:11 UTC

This package is not auto-updated.

Last update: 2024-11-02 16:34:28 UTC


README

PhpVersion License

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.