Download
Composer
Composer is the preferred method to install Flikore Validator. Simply add to your composer.json
:
Run composer install
, then include the autoload file in your project:
Installing with Git
- Clone this repository in a folder on your project:
- Include the
autoload.php
file in the bootstrap for your project:
Submodule
An alternative is to create a submodule instead of cloning the repository. This way you don’t need to push this library to your own repository and can also update it more easily:
Download
You can also download the tarball (or the zipball) and set it up in one of your project folders.