hyunk3l / php-design-patterns
该包的最新版本(1.0)没有可用的许可证信息。
PHP 的另一个设计模式集合
1.0
2017-03-02 20:49 UTC
Requires
- squizlabs/php_codesniffer: dev-master
Requires (Dev)
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-09-10 21:21:21 UTC
README
PHP 实现的另一个设计模式集合
运行测试
- 运行
./composer.phar install
- 现在启动运行
./vendor/bin/phpunit test/
的单元测试
运行 PHP CS fixer
https://github.com/FriendsOfPHP/PHP-CS-Fixer
安装工具
mkdir tools
mkdir tools/php-cs-fixer
./composer.phar require --working-dir=tools/php-cs-fixer friendsofphp/php-cs-fixer
运行工具
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix src
./tools/php-cs-fixer/vendor/bin/php-cs-fixer fix test