> For the complete documentation index, see [llms.txt](https://vircom.gitbook.io/vircom-types-validator/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vircom.gitbook.io/vircom-types-validator/master.md).

# Installation

### Install by composer

To install vircom/types-validator with Composer, run the following command:

```bash
$ composer require vircom/types-validator
```

&#x20;You can see this library on [Packagist](https://packagist.org/packages/vircom/types-validator).

&#x20;Composer installs autoloader at `./vendor/autoloader.php`. If you use vircom/http-parser in your php script, add:

```php
require_once 'vendor/autoload.php';
```
