/design-patterns-php

A collection of design patterns in PHP inspired by the book - Head First Design Patterns

Primary LanguagePHPMIT LicenseMIT

DesignPatterns PHP

A collection of design patterns applied PHP

Minimum PHP Version License

About

A collection of design patterns in PHP inspired by book - Head First Design Patterns

How to use

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 :)


Contributing

Feel free to contribute, make a fork!

License

The Felicio library is open-source software licensed under the MIT license.

Open a new Issue or look for a closed issue