alphayax / php_utils
PHP Utilities classes
Installs: 218
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/alphayax/php_utils
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