Download the PHP package hadesarchitect/json-schema-bundle without Composer
On this page you can find all versions of the php package hadesarchitect/json-schema-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download hadesarchitect/json-schema-bundle
More information about hadesarchitect/json-schema-bundle
Files in hadesarchitect/json-schema-bundle
Download hadesarchitect/json-schema-bundle
More information about hadesarchitect/json-schema-bundle
Files in hadesarchitect/json-schema-bundle
Vendor hadesarchitect
Package json-schema-bundle
Short Description Symfony2 bundle for Justin Rainbow's json-schema library.
License MIT
Package json-schema-bundle
Short Description Symfony2 bundle for Justin Rainbow's json-schema library.
License MIT
Please rate this library. Is it a good library?
Informations about the package json-schema-bundle
Json-schema bundle
Symfony bundle for Justin Rainbow's JsonSchema library: https://github.com/justinrainbow/json-schema. Offers symfony services instead of classic-style $validator = new Validator();
Installation
Install through composer:
First step: require bundle
Second step: enable bundle
Usage
Example
Get schema from predefined schemas
Validate object against schema
Available services
- hades.json_schema.validator
- hades.json_schema.uri_retriever
- hades.json_schema.uri_resolver
Parameters
Parameters which you could override in your parameters.yml:
- hades.json_schema.validator.class - real validator class
- hades.json_schema.validator.service.class - validator service class
- hades.json_schema.uri_resolver.class - real resolver class
- hades.json_schema.uri_resolver.service.class - resolver service class
- hades.json_schema.uri_retriever.class - real retriever class
- hades.json_schema.uri_retriever.service.class - retriever service class
All versions of json-schema-bundle with dependencies
PHP Build Version
Package Version
Requires
justinrainbow/json-schema Version
~1.0 || ~2.0
symfony/framework-bundle Version ~2.0 || ~3.0
symfony/framework-bundle Version ~2.0 || ~3.0
The package hadesarchitect/json-schema-bundle contains the following files
Loading the files please wait ....