The set of useful php traits

Installs: 284

Dependents: 6

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/californiamountainsnake/php-utils

1.0.11 2021-03-09 10:08 UTC

This package is auto-updated.

Last update: 2025-10-09 20:23:59 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