Libraries tagged by php form schema
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.
aurimasniekis/tdlib-schema
240 Downloads
A TdLib PHP Schema with generator for generating PHP objects from td_api.tl file
llm-agents/json-schema-mapper
173 Downloads
JSON Schema to PHP Class Mapper for LLM Agents
atoum/json-schema-extension
4451 Downloads
JSON Schema extension for atoum, the simple modern and intuitive unit testing framework for PHP 5.3+
aryelgois/yasql-php
105 Downloads
A PHP implementation for YAML Ain't SQL
mpmontanez/json-schema-to-php-generator
249 Downloads
Code generation tool for converting JSON schema documents to simple PHP classes.
domos/schema
478 Downloads
Not ready for public use. domos/schema is the reference implementation of the domos real estate data schema written in PHP.
shrink0r/php-schema
812 Downloads
Lib for building and validating array structures in php.
eloquent/schemer
696 Downloads
Generic schema validation library for PHP, based on JSON Schema.
wot-php/wot-td
8 Downloads
An open-source, lightweight PHP library for working with Web of Things (WoT) Thing Descriptions (TD).
pagemunch/pagemunch
31 Downloads
A PHP wrapper for the PageMunch link unfurling API
kitlabs/dbal
125 Downloads
Powerful PHP database abstraction layer (DBAL) with many features for database schema introspection and management.
kenlog/database-custom
43 Downloads
A database abstraction layer over PDO, that provides a powerful and intuitive query builder, bundled with an easy to use schema builder. This is a custom version of opis/database with updates for PHP 8 compatibility.
alexweissman/fortress
2384 Downloads
A PHP library for whitelisting, validating, and canonicalizing HTTP request data against a JSON Schema
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.