Download the PHP package hublint/valfactory without Composer
On this page you can find all versions of the php package hublint/valfactory. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hublint/valfactory
More information about hublint/valfactory
Files in hublint/valfactory
Download hublint/valfactory
More information about hublint/valfactory
Files in hublint/valfactory
Vendor hublint
Package valfactory
Short Description Simple validation library
License MIT
Homepage http://github.com/hublint/valfactory
Package valfactory
Short Description Simple validation library
License MIT
Homepage http://github.com/hublint/valfactory
Please rate this library. Is it a good library?
Informations about the package valfactory
hublint/valfactory
Simple PHP vaidation library.
- Lightweight.
- No dependencies.
- Suppports multiple validations on a single entity with less code.
- Errors are stored in a single array which can be parsed as JSON or other suitable format for different use cases.
It's simple, and lets you validate inputs/data in three steps.
- Collect Data.
- Run Validations.
- Check for Errors.
ValFactory does NOT care how you collect your data, it only makes sure the data are what you're expecting, before you decide what to do with them.
ValFactory does NOT encrypt, authorize, or authenticate, it's a factory that only validates.
Happy Validating!
Example
Available Methods
installation
Minimmum requirement is PHP 5.4.x. Although, ValFactory might work on lower versions of PHP, they are currently neither tested nor recommended.
via composer.json:
and then
or
via command line
All versions of valfactory with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package hublint/valfactory contains the following files
Loading the files please wait ....