Skip to content
Danny van der Sluijs edited this page Feb 14, 2024 · 3 revisions

About

This library offers a PHP implementation for validating JSON documents against a given Schema with support for Schemas of Draft-3 or Draft-4.

Features of newer Drafts might not be supported. See the Table of All Versions of Everything page on the JSON schema website to get an overview of all existing Drafts.

See the json-schema website for more details.

Getting started

The README.md [link] contains the basic information about installation and supported functionalities.

Contents of this Wiki

Currently the Wiki is used to have some more in depth overview about functionalities and examples on how to use them. For an overview of the available examples see this page

Helpful links