Applying best practices of Object Calisthenics with OOP and PHP 🐘
- PHP 8.3+
- Composer
- PHP DS extension, click here to install.
- Clone:
$ git clone https://github.com/thiiagoms/php-object-calisthenics
$ cd php-object-calisthenics
php-object-calisthenics $
- Install dependencies:
php-object-calisthenics $ composer install -vvv
- Run tests:
php-object-calisthenics $ composer tests
- Run lint:
php-object-calisthenics $ composer lint