linio/common-legacy

Library of legacy classes for Linio projects

1.0.0 2017-07-27 19:26 UTC

This package is auto-updated.

Last update: 2024-03-28 17:57:28 UTC


README

Linio Common Legacy

Linio Common Legacy contains small components that either extend PHP's functionality or provide a coherent base for Linio components:

  • Base test cases
  • Exceptions

It is designed to allow applications to continue to make use of legacy classes while still using the latest version of linio/common.

Install

The recommended way to install Linio Common Legacy is through composer.

$ composer require linio/common-legacy

Tests

To run the test suite, you need install the dependencies via composer, then run PHPUnit.

$ composer install
$ vendor/bin/phpunit