Skip to content

softvenue/design-patterns-php

 
 

Repository files navigation

PHP Design Patterns

The most well-known design patterns written in PHP 7.4

Requirements

    PHP: >=7.4
    phpunit/phpunit: ^9
    squizlabs/php_codesniffer: ^3.5

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 test

composer test

# for verbose tests
composer test-verobse

Checking code standards are met

composer check

Issues

See here

About

Design patterns written in PHP 7.4

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 100.0%