Download the PHP package rlanvin/php-form without Composer
On this page you can find all versions of the php package rlanvin/php-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download rlanvin/php-form
More information about rlanvin/php-form
Files in rlanvin/php-form
Package php-form
Short Description Lightweight form validation library for PHP
License MIT
Homepage https://github.com/rlanvin/php-form
Informations about the package php-form
PHP Form
Lightweight form validation library for PHP, with a concise syntax and powerful use of closures. It can validate traditional form submissions as well as API requests.
Basic example
Complete doc is available in the wiki.
Requirements
- PHP >= 5.4
mbstring
extensionintl
extension recommended to validate numbers in local format
If you are stuck with PHP 5.3, you may still use version 1.1.
Installation
The recommended way is to install the lib through Composer.
Just add this to your composer.json
file:
Then run composer install
or composer update
.
Now you can use the autoloader, and you will have access to the library:
Alternative method (not recommended)
- Download the latest release
- Put the files in a folder that is autoloaded, or
inclure
orrequire
them
However be sure to come back regulary and check for updates.
Documentation
Complete doc is available in the wiki.
Contribution
Feel free to contribute! Just create a new issue or a new pull request.
License
This library is released under the MIT License.
All versions of php-form with dependencies
ext-mbstring Version *