uis/mvf

There is no license information available for the latest version (0.9.3) of this package.

Maintainers

Details

github.com/martiros/mvf

Source

Issues

Installs: 453

Dependents: 0

Suggesters: 0

Security: 0

Stars: 4

Watchers: 2

Forks: 1

Open Issues: 0

pkg:composer/uis/mvf

0.9.3 2017-02-11 20:51 UTC

This package is not auto-updated.

Last update: 2026-01-18 00:09:48 UTC


README

PHP Validation Library

Code Quality

The majority of the methods in the package have been unit tested. The unit tests are run both in PHP and HHVM.

We test our package locally and remotely with Travis-CI:

Build Status

How to Contribute

Pull Requests

  1. Fork the MVF repository
  2. Create a new branch for each feature or improvement
  3. Submit a pull request from each branch to the master branch

Style Guide

All pull requests must adhere to the PSR-2 standard.

Unit Testing

All pull requests must be accompanied by passing unit tests and complete code coverage. The MVF uses phpunit for testing.

Learn about PHPUnit