avallac/silex-jsonvalidator-component

A Silex service provider for working with JSON Schema

Installs: 59

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/avallac/silex-jsonvalidator-component

v1.0.0 2017-09-24 17:01 UTC

This package is not auto-updated.

Last update: 2025-10-01 09:12:24 UTC


README

silex-jsonvalidator-component is a Silex component for working with JSON Schema.

Installation

Install the silex-jsonvalidator-component using composer. This project uses sematic versioning.

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