chriscollins/general-utils

General PHP utilities.

2.0.0 2022-08-22 23:15 UTC

This package is not auto-updated.

Last update: 2024-04-16 07:11:16 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.