CE
PHP Design Patterns
The most well-known design patterns written in PHP 8
Requirements
PHP: >= 8.0.0
Install & configuration
install process is done using Composer:
composer require celyes/design-patternsinstall dependencies:
composer installYou can also fork this repo and clone it.
Contribution
any additions, improvements or modifications are welcome.
Running tests
composer test
# for verbose tests
composer test:verobseCheck code standards
composer checkAnalyzing code
composer analyse:srcIssues
Issues can be opened here