linio / common-legacy
Library of legacy classes for Linio projects
Installs: 2 204
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 56
Forks: 1
Open Issues: 0
Requires
- php: >=7.0
- psr/log: ^1.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^2.4
- nelmio/alice: ^2.1
- phpunit/phpunit: ^6.0
This package is auto-updated.
Last update: 2024-10-28 19:23:55 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