Installation
Install by composer
To install vircom/types-validator with Composer, run the following command:
$ composer require vircom/types-validator
You can see this library on Packagist.
Composer installs autoloader at ./vendor/autoloader.php
. If you use vircom/http-parser in your php script, add:
require_once 'vendor/autoload.php';
Last updated
Was this helpful?