squeaky-minds / squeaky-minds-php-helper
缺失的PHP函数集合。
1.3.5
2019-08-28 15:26 UTC
Requires
- php: >=5.5.0
- misd/linkify: ^1.1
Requires (Dev)
- codeclimate/php-test-reporter: dev-master
- pdepend/pdepend: 2.5.0
- phing/phing: 2.*
- phpdocumentor/phpdocumentor: 2.*
- phpunit/phpunit: ^5.7
- squizlabs/php_codesniffer: 2.*
README
版权(c)2001-2017,Brian Tafoya
本库的发布是为了希望它是有用的 - 不提供任何保证;甚至没有关于商销性或特定用途适用性的暗示保证。
描述
多年来我在开发各种PHP Web应用程序时使用的辅助库。(15+!)
文档
阅读文档http://btafoya.github.io/SqueakyMindsPhpHelper/。
安装
将以下行添加到 composer.json
的 require
部分
{ "require": { "squeaky-minds/squeaky-minds-php-helper": "*" } }
OR
使用 composer 需求此包
composer require squeaky-minds/squeaky-minds-php-helper
使用 composer update
更新您的包或使用 composer install
安装。