Installs: 112

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 5

Forks: 0

Open Issues: 0

pkg:composer/twincitiespublictelevision/libresult

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

This package is auto-updated.

Last update: 2025-10-08 07:17:56 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