californiamountainsnake / php-utils
The set of useful php traits
Installs: 285
Dependents: 6
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/californiamountainsnake/php-utils
Requires
- php: ^7.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- myclabs/php-enum: ~1.5
Requires (Dev)
- ext-dom: *
- phpunit/phpunit: ^7.0
- symfony/process: ^4.2|^5.0
README
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