vircom / types-validator
Scalar and object types validator simple library
2.0.1
2020-06-20 12:01 UTC
Requires
- php: ^7.4
- symplify/easy-coding-standard: ^7.3
Requires (Dev)
- php-coveralls/php-coveralls: ^2.2
- phpstan/phpstan: ^0.12.23
- phpunit/phpunit: ^9.1
- vimeo/psalm: ^3.11
This package is auto-updated.
Last update: 2024-10-20 21:45:20 UTC
README
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