olvlvl / symfony-validator-companion

A companion package for Symfony's validator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Symfony Validator Companion

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.

About

A companion package for Symfony's validator

License:Other


Languages

Language:PHP 73.5%Language:Makefile 26.5%