php-extended / php-json-schema-interface
A library that handles json schema specification files
Package info
gitlab.com/php-extended/php-json-schema-interface
pkg:composer/php-extended/php-json-schema-interface
9.0.10
2026-08-27 22:08 UTC
Requires
- php: >=8.2
- php-extended/php-reifier-interface: ^9
- psr/http-message: ^2
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-master
- 9.0.10
- 9.0.9
- 9.0.8
- 9.0.7
- 9.0.6
- 9.0.5
- 9.0.4
- 9.0.3
- 9.0.2
- 9.0.1
- 9.0.0
- 8.2.9
- 8.2.8
- 8.2.7
- 8.2.6
- 8.2.5
- 8.2.4
- 8.2.3
- 8.2.2
- 8.2.1
- 8.2.0
- 8.1.0
- 8.0.5
- 8.0.4
- 8.0.3
- 8.0.2
- 8.0.1
- 8.0.0
- 7.0.11
- 7.0.10
- 7.0.9
- 7.0.8
- 7.0.7
- 7.0.6
- 7.0.5
- 7.0.4
- 7.0.3
- 7.0.2
- 7.0.1
- 7.0.0
- 6.4.3
- 6.4.2
- 6.4.1
- 6.4.0
- 6.3.1
- 6.3.0
- 6.2.0
- 6.1.0
- 6.0.2
- 6.0.1
- 6.0.0
This package is auto-updated.
Last update: 2026-08-27 20:10:51 UTC
README
A library that specifies the schemas for parsing json-schema.org files
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.pharfrom 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).