php-extended/php-json-schema-interface

A library that handles json schema specification files

Maintainers

Package info

gitlab.com/php-extended/php-json-schema-interface

Issues

pkg:composer/php-extended/php-json-schema-interface

Statistics

Installs: 1 130

Dependents: 3

Suggesters: 0

Stars: 0

9.0.2 2026-03-14 00:16 UTC

README

A library that specifies the schemas for parsing json-schema.org files

coverage

This is based on the json-schema.org specification.

Installation

The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

  • Download composer.phar from their website.
  • Then run the following command to install this library as dependency :
  • php composer.phar install php-extended/php-json-schema-interface ^9

Basic Usage

This library is an interface-only library.

For a concrete implementation, see php-extended/php-json-schema-object.

License

MIT (See license file).