vircom/types-validator

Scalar and object types validator simple library

2.0.1 2020-06-20 12:01 UTC

This package is auto-updated.

Last update: 2024-04-20 20:36:23 UTC


README

Build Status Coverage Status Latest Stable Version Total Downloads License

This package provides an implementation to validate method argument types.

Prerequisites

  • PHP 7.4+

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';

Documentation:

Documentation is available in GitBook

About

Submitting bugs and feature requests

Bugs and feature request are tracked on GitHub

License

Monolog is licensed under the MIT License - see the LICENSE file for details