celyes/design-patterns

Design patterns written in PHP

v0.1 2020-07-12 12:27 UTC

This package is auto-updated.

Last update: 2024-09-14 15:01:59 UTC


README

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