2017 © Pedro Peláez
 

library php-design-patterns

Just another design patterns collection for PHP

image

hyunk3l/php-design-patterns

Just another design patterns collection for PHP

  • Friday, March 30, 2018
  • by Hyunk3l
  • Repository
  • 3 Watchers
  • 1 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

php-design-patterns, (*1)

Latest Stable Version Total Downloads License, (*2)

Just another collection of design patterns implementations in PHP

Run Tests

  • Run ./composer.phar install
  • Now launch UTs running ./vendor/bin/phpunit test/

Run PHP CS fixer

https://github.com/FriendsOfPHP/PHP-CS-Fixer, (*3)

Install the tool:, (*4)

mkdir tools
mkdir tools/php-cs-fixer
./composer.phar require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer

Run the tool:, (*5)

./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix test

The Versions

30/03 2018

dev-master

9999999-dev

Just another design patterns collection for PHP

  Sources   Download

MIT

The Requires

 

The Development Requires

by Fabrizio Di Napoli

02/03 2017

1.0

1.0.0.0

Just another design patterns collection for PHP

  Sources   Download

The Requires

 

The Development Requires

by Fabrizio Di Napoli