Download the PHP package polus/adr-json-schema-input without Composer
On this page you can find all versions of the php package polus/adr-json-schema-input. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download polus/adr-json-schema-input
More information about polus/adr-json-schema-input
Files in polus/adr-json-schema-input
Download polus/adr-json-schema-input
More information about polus/adr-json-schema-input
Files in polus/adr-json-schema-input
Vendor polus
Package adr-json-schema-input
Short Description Helper to create input validation based on json schema
License MIT
Package adr-json-schema-input
Short Description Helper to create input validation based on json schema
License MIT
Please rate this library. Is it a good library?
Informations about the package adr-json-schema-input
JsonSchemaInput for Polus\Adr
Helper class to make it easier to use JsonSchema's to validate request input
Install
composer require polus/adr-json-schema-input
Usage
SchemaMap
To use the abstract input class you need to implement a SchemaMap
That will
contains information about the schemas and a way to load them.
Input
If the validate fails it will throw DomainException with the JsonSchema error message
All versions of adr-json-schema-input with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.2.0
opis/json-schema Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^1.0
ext-json Version *
opis/json-schema Version ^1.0
psr/http-message Version ^1.0
psr/log Version ^1.0
ext-json Version *
The package polus/adr-json-schema-input contains the following files
Loading the files please wait ....