/PhpHelpers

Generic helpers that pretty much everyone always has their own version(s) of. These are mine.

Primary LanguagePHP

PhpHelpers

Generic helpers that pretty much everyone always has their own version(s) of. These are mine.

Installation

Add this to composer.json:

"repositories": [
    {
        "url": "https://github.com/michaelbutler/PhpHelpers.git",
        "type": "vcs"
    }
]

Then in the project you'd like to add this to, run:

composer require "butler/php-helpers:dev-main"

To update in the future, run:

composer update "butler/php-helpers"