All Projects → KnpLabs → Knpjsonschemabundle

KnpLabs / Knpjsonschemabundle

Licence: mit
A bundle to generate json schema based on various metadata

Projects that are alternatives of or similar to Knpjsonschemabundle

Google Analytics Api Symfony
Google Analytics API Symfony Bundle
Stars: ✭ 43 (-41.89%)
Mutual labels:  symfony-bundle
Statsdbundle
Symfony bundle proving a statsd service and smooth integration in sf2
Stars: ✭ 54 (-27.03%)
Mutual labels:  symfony-bundle
Minkbundle
Mink library integration bundle for Symfony2
Stars: ✭ 64 (-13.51%)
Mutual labels:  symfony-bundle
Beelabrecaptcha2bundle
💻 Symfony bundle for Google Recaptcha2
Stars: ✭ 47 (-36.49%)
Mutual labels:  symfony-bundle
Fosoauthserverbundle
A server side OAuth2 Bundle for Symfony
Stars: ✭ 1,068 (+1343.24%)
Mutual labels:  symfony-bundle
Pugxgeneratorbundle
An enhancement of SensioGeneratorBundle
Stars: ✭ 58 (-21.62%)
Mutual labels:  symfony-bundle
Enqueue Elastica Bundle
The bundle extends functionality of FOSElasticaBundle. Improves performance of fos:elastica:populate command
Stars: ✭ 40 (-45.95%)
Mutual labels:  symfony-bundle
Neo4j Symfony
Symfony Bundle for the Neo4j Graph Database
Stars: ✭ 69 (-6.76%)
Mutual labels:  symfony-bundle
Liipurlautoconverterbundle
[DEPRECATED] This bundle will add a Twig Extension for templates with a new filter for automatically converting urls and emails in a string to html links
Stars: ✭ 53 (-28.38%)
Mutual labels:  symfony-bundle
Featureflagsbundle
Symfony2 Bundle to implement Feature Flags to your Application
Stars: ✭ 63 (-14.86%)
Mutual labels:  symfony-bundle
Knpsnappybundle
Easily create PDF and images in Symfony by converting html using webkit
Stars: ✭ 1,038 (+1302.7%)
Mutual labels:  symfony-bundle
Karserrecaptcha3bundle
Google ReCAPTCHA v3 for Symfony
Stars: ✭ 52 (-29.73%)
Mutual labels:  symfony-bundle
Goaop Symfony Bundle
[Outdated!] Integration bridge for Go! AOP framework and Symfony
Stars: ✭ 59 (-20.27%)
Mutual labels:  symfony-bundle
Seo Bundle
A SEO Solution for duplicate contents, page titles, etc.
Stars: ✭ 45 (-39.19%)
Mutual labels:  symfony-bundle
Foselasticabundle
Elasticsearch PHP integration for your Symfony project using Elastica.
Stars: ✭ 1,142 (+1443.24%)
Mutual labels:  symfony-bundle
Lexikpayboxbundle
LexikPayboxBundle eases the implementation of the Paybox payment system
Stars: ✭ 42 (-43.24%)
Mutual labels:  symfony-bundle
Fmbbcodebundle
🔠 BBCode bundle for Symfony projects
Stars: ✭ 56 (-24.32%)
Mutual labels:  symfony-bundle
Cronos Bundle
Easy update your crontab by using @cron annotations in Symfony commands.
Stars: ✭ 73 (-1.35%)
Mutual labels:  symfony-bundle
Sonatacachebundle
This bundle provides caching services
Stars: ✭ 66 (-10.81%)
Mutual labels:  symfony-bundle
Lexikcurrencybundle
This Symfony2 bundle provide a service and a Twig extension to convert and display currencies.
Stars: ✭ 59 (-20.27%)
Mutual labels:  symfony-bundle

Build Status

Disclaimer

This bundle is under development.

KnpJsonSchema Bundle

This Symfony bundle offers support for creating JSON Schema definition from Doctrine ORM entities. JSON Schema is described in its specification as:

JSON Schema is a JSON media type for defining the structure of JSON data. JSON Schema provides a contract for what JSON data is required for a given application and how to interact with it. JSON Schema is intended to define validation, documentation, hyperlink navigation, and interaction control of JSON data.

This bundle provides a service which allows you to generate JSON Schema based on the metadata for your entities, including it's schema and validation information.

Documentation

Read the documentation here

License

This bundle is under the MIT License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].