celyes/design-patterns

Design patterns written in PHP

Installs: 16

Dependents: 0

Suggesters: 0

Security: 0

Stars: 74

Watchers: 5

Forks: 3

Open Issues: 0

pkg:composer/celyes/design-patterns

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

This package is auto-updated.

Last update: 2025-12-14 17:44:26 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