alphayax / php_utils
PHP Utilities classes
1.4.0
2016-06-26 13:12 UTC
Requires
- php: >=5.5.0
- ext-curl: *
Requires (Dev)
- alphayax/phpdoc_md: ^1.0.3
- codacy/coverage: dev-master
- phpunit/phpcov: 2.*
- phpunit/phpunit: ^4.8.9
Suggests
- alphayax/get_opt: ^1.0.0
- alphayax/rest: ^1.0.0
README
A set of PHP utilities class
Rest
A tiny class using curl in object object oriented style
Moved into stand alone project : https://github.com/alphayax/rest
Available on composer :
composer require alphayax/rest
Cli
GetOpt
A class to parse parameters given to a script
Moved into stand alone project : https://github.com/alphayax/get_opt
Available on composer :
composer require alphayax/get_opt
IO
A class to provide stdout & stderr functions with color
File System
A set of classes for files and directories management