v0.1.0 2018-11-21 21:12 UTC

This package is auto-updated.

Last update: 2024-09-08 04:56:55 UTC


README

CircleCI

Library for very simple result class

Usage

Documentation can be found at https://twincitiespublictelevision.github.io/libresult/

Requirements

  • PHP >= 7.1

Installing

  1. Add to the repositories key of your composer.json file:
{
  "type": "vcs",
  "url": "https://github.com/twincitiespublictelevision/libresult.git"
}
  1. Run composer require twincitiespublictelevision/libresult:dev-master to pull in the package