chriscollins/general-utils

General PHP utilities.

Installs: 58

Dependents: 1

Suggesters: 0

Security: 0

Stars: 2

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/chriscollins/general-utils

2.0.0 2022-08-22 23:15 UTC

This package is not auto-updated.

Last update: 2025-09-30 13:55:44 UTC


README

Build Status

General PHP utilities.

https://github.com/chriscollins/general-utils

Installation

Require in your project via composer.json as follows:

{
    "require": {
        "chriscollins/general-utils": "~2.0.0"
    }
}

Run composer install.