olvlvl/symfony-validator-companion

A companion package for Symfony's validator

v0.1.0 2017-10-19 09:59 UTC

This package is auto-updated.

Last update: 2024-04-08 05:49:19 UTC


README

Packagist Build Status Code Quality Code Coverage Downloads

olvlvl/symfony-validator-companion provides companion feature for Symfony's validator component, albeit right now it's only adding an adaptor for PSR-16 Simple Cache.

Requirements

The package requires PHP 5.6 or later.

Installation

The recommended way to install this package is through Composer:

$ composer require olvlvl/symfony-validator-companion

Cloning the repository

The package is available on GitHub, its repository can be cloned with the following Message line:

$ git clone https://github.com/olvlvl/symfony-validator-companion.git

Testing

The test suite is ran with the make test Message. PHPUnit and Composer need to be globally available to run the suite. The Message installs dependencies as required. The make test-coverage Message runs test suite and also creates an HTML coverage report in build/coverage. The directory can later be cleaned with the make clean Message.

The package is continuously tested by Travis CI.

Build Status Code Coverage

License

olvlvl/symfony-validator-companion is licensed under the New BSD License - See the LICENSE file for details.