The most well-known design patterns written in PHP 7.4
PHP: >=7.4
phpunit/phpunit: ^9
squizlabs/php_codesniffer: ^3.5
install process is done using Composer:
composer require celyes/design-patterns
install dependencies:
composer install
You can also fork this repo and clone it.
any additions, improvements or modifications are welcome.
composer test
# for verbose tests
composer test-verobse
composer check