A collection of design patterns applied PHP
A collection of design patterns in PHP inspired by book - Head First Design Patterns
With docker and docker compose installed:
Start the docker container;
docker-compose up -d
Install the dependencies;
docker exec -it design-patterns-php composer install
Execute the tests;
docker exec -it design-patterns-php vendor/bin/phpunit --testdox
Study the codes :)
Feel free to contribute, make a fork!
The Felicio library is open-source software licensed under the MIT license.
Open a new Issue or look for a closed issue