library silex-jsonvalidator-component
A Silex service provider for working with JSON Schema
avallac/silex-jsonvalidator-component
A Silex service provider for working with JSON Schema
- Sunday, September 24, 2017
- by avallac
- Repository
- 1 Watchers
- 0 Stars
- 28 Installations
- PHP
- 1 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 2 Versions
- 4 % Grown
silex-jsonvalidator-component
silex-jsonvalidator-component is a Silex component for working with JSON Schema., (*1)
Installation
Install the silex-jsonvalidator-component using composer. This project uses
sematic versioning., (*2)
composer require avallac/silex-jsonvalidator-component "~1.0"
Parameters
-
jsonValidator.path: (string) path to json files
-
jsonValidator.debug: (bool) enable debug
Services
-
jsonValidator: An instance of JsonValidatorService
Registering
$app->register(new JsonSchemaServiceProvider(), ['jsonValidator.debug' => true]);
JSON Validation