Installing Wrench

The library is PSR-4 compatible, with a vendor name of Wrench.

composer

Wrench is available on Packagist as wrench/wrench.

Here’s what it looks like in your composer.json

{
    ...
    "require": {
        "wrench/wrench": "~3.0"
    }
}