php-utils
The set of useful php traits.
Functionality:
- CurlUtils: execute any http requests and download files.
- ArrayUtils
- StringUtils
- ProcessUtils
Install:
Require this package with Composer
Install this package through Composer.
Edit your project's composer.json
file to require californiamountainsnake/php-utils
:
{
"name": "yourproject/yourproject",
"type": "project",
"require": {
"php": "^7.1",
"californiamountainsnake/php-utils": "*"
}
}
and run composer update
or
run this command in your command line:
composer require californiamountainsnake/php-utils