The set of useful php traits

1.0.11 2021-03-09 10:08 UTC

This package is auto-updated.

Last update: 2024-04-09 16:39:37 UTC


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