olvlvl / symfony-validator-companion
A companion package for Symfony's validator
Installs: 4 711
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Requires
- php: >=5.6
- psr/simple-cache: ^1.0
- symfony/validator: ^2.7|^3.3|^4.0
This package is auto-updated.
Last update: 2024-10-08 06:47:13 UTC
README
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.
License
olvlvl/symfony-validator-companion is licensed under the New BSD License - See the LICENSE file for details.