PHPackages                             jumptwentyfour/cakephp-coding-standards - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. jumptwentyfour/cakephp-coding-standards

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

jumptwentyfour/cakephp-coding-standards
=======================================

Coding standards for our CakePHP applications.

0.1.1(3y ago)15.5k↓93.3%MITPHPPHP ^8.0

Since May 24Pushed 3y agoCompare

[ Source](https://github.com/JumpTwentyFour/cakephp-coding-standards)[ Packagist](https://packagist.org/packages/jumptwentyfour/cakephp-coding-standards)[ RSS](/packages/jumptwentyfour-cakephp-coding-standards/feed)WikiDiscussions main Synced today

READMEChangelog (6)Dependencies (4)Versions (10)Used By (0)

cakephp-coding-standards
========================

[](#cakephp-coding-standards)

Our coding standards for CakePHP applications.

Setup
-----

[](#setup)

`composer require jumptwentyfour/cakephp-coding-standards --dev`

You will also need to add the following to your local phpstan.neon file includes:

`- ./vendor/jumptwentyfour/cakephp-coding-standards/phpstan.neon`

Running PHP Easy Coding Standard
--------------------------------

[](#running-php-easy-coding-standard)

`vendor/bin/ecs check`

Extending the Base ecs.php file
-------------------------------

[](#extending-the-base-ecsphp-file)

Create a new `ecs.php` file like the following example:-

```
