twincitiespublictelevision / libresult
v0.1.0
2018-11-21 21:12 UTC
Requires
- php: >=7.1
Requires (Dev)
- phpunit/phpunit: ^7.4
This package is auto-updated.
Last update: 2024-10-08 05:12:23 UTC
README
Library for very simple result class
Usage
Documentation can be found at https://twincitiespublictelevision.github.io/libresult/
Requirements
- PHP >= 7.1
Installing
- Add to the repositories key of your composer.json file:
{
"type": "vcs",
"url": "https://github.com/twincitiespublictelevision/libresult.git"
}
- Run
composer require twincitiespublictelevision/libresult:dev-master
to pull in the package