Libraries tagged by schema validation
joipolloi/json-validation-bundle
1075 Downloads
This bundle provides a way to validate JSON passed to a request against a schema
wot-php/wot-td
8 Downloads
An open-source, lightweight PHP library for working with Web of Things (WoT) Thing Descriptions (TD).
edgaras/llm-json-cleaner
18 Downloads
A PHP library that ensures strict JSON extraction and schema validation from LLM API responses, preventing malformed or unexpected output.
cmpayments/schemavalidator
4043 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
spiechu/symfony-commons-bundle
47 Downloads
My handy toolkit for Symfony.
eloquent/schemer
696 Downloads
Generic schema validation library for PHP, based on JSON Schema.
microlib/config
37 Downloads
A small, PHP, configuration library consisting mostly of functions.
honeybee/trellis
5851 Downloads
Library for generating entities, that enforce data validity according to a specific schema.
footwork_solutions/json_table
30 Downloads
A validator and storage library using the JSON table schema written in PHP.
claroline/jval
213 Downloads
JSON Schema validator
cdrubin/matchmaker
35 Downloads
Ultra-fresh PHP matching functions
c0de8/matchmaker
3946 Downloads
Ultra-fresh PHP matching class (in PHP 7.x OOP)
enm/transformer-bundle
411 Downloads
This bundle can be used for transforming an array, an object or a json-string into a needed array, object or json-string and validating the values and the schema against a configuration array.
alexweissman/fortress
2384 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
jasny/phpunit-xsdvalidation
2946 Downloads
XSD schema validation constraint for PHPUnit