2017 © Pedro Peláez
 

project php-design-pattern

This is an example of some design patterns implemented in PHP language.

image

imajinyun/php-design-pattern

This is an example of some design patterns implemented in PHP language.

  • Saturday, April 7, 2018
  • by imajinyun
  • Repository
  • 2 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

php-design-patterns

🚀 An example of design pattern implemented in PHP language., (*1)

PHP Composer Build Status Build status codecov Scrutinizer Code Quality Code Coverage Build Status Code Intelligence Status StyleCI Codacy Badge FOSSA Status PHP Version, (*2)

Requirements

  • PHP >= 8.0
  • PHPUnit >= 9.0

Installation

PHPUnit, (*3)

// Install PHPUnit.
$ wget https://phar.phpunit.de/phpunit.phar
$ chmod +x phpunit.phar
$ sudo mv phpunit.phar /usr/local/bin/phpunit
$ phpunit -v

// Clone source code.
$ git clone https://github.com/imajinyun/php-design-pattern.git
$ cd ./php-design-pattern
$ composer install && ./phpunit -vvv

License

FOSSA Status, (*4)

The Versions

07/04 2018

dev-master

9999999-dev

This is an example of some design patterns implemented in PHP language.

  Sources   Download

MIT

The Requires

 

by Avatar imajinyun