celyes / php8-design-patterns

Design patterns written in PHP 8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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-patterns

install dependencies:

composer install

You 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:verobse

Check code standards

composer check

Analyzing code

composer analyse:src

Issues

Issues can be opened here

About

Design patterns written in PHP 8

License:MIT License


Languages

Language:PHP 100.0%