jane-php/json-schema-bundle

Jane JsonSchema Symfony Bundle

Installs: 152

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 4

Forks: 0

Open Issues: 0

pkg:composer/jane-php/json-schema-bundle

v7.9.0 2024-01-31 09:18 UTC

README

The component ships a Bundle to allow a quick integration with Symfony for the JsonSchema component of Jane.

Note: If you use Symfony Flex, the configuration is automatic

To use it, you just have to add the main bundle class to your config/bundles.php file.

return [
    // ...
    Jane\Bundle\JsonSchemaBundle\JaneJsonSchemaBundle::class => ['dev' => true],
];