PHPackages                             hypercharge/json-schema-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. hypercharge/json-schema-php

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

hypercharge/json-schema-php
===========================

A library to validate a json schema.

1.3.4(10y ago)34.1k1BSD-3-ClausePHPPHP &gt;=5.3.0

Since Jan 3Pushed 10y ago7 watchersCompare

[ Source](https://github.com/hypercharge/json-schema-php)[ Packagist](https://packagist.org/packages/hypercharge/json-schema-php)[ Docs](https://github.com/hypercharge/json-schema-php)[ RSS](/packages/hypercharge-json-schema-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (2)Versions (11)Used By (1)

JSON Schema for PHP [![Build Status](https://camo.githubusercontent.com/5d8ba3b19b6ee362777ceb145b1b92779dd02e887adb5c551a4744d5311aa711/68747470733a2f2f7365637572652e7472617669732d63692e6f72672f6a757374696e7261696e626f772f6a736f6e2d736368656d612e706e67)](http://travis-ci.org/justinrainbow/json-schema)
===============================================================================================================================================================================================================================================================================================================

[](#json-schema-for-php-)

A PHP Implementation for validating `JSON` Structures against a given `Schema`.

See [json-schema](http://json-schema.org/) for more details.

Installation
------------

[](#installation)

### Library

[](#library)

```
$ git clone https://github.com/justinrainbow/json-schema.git

```

### Dependencies

[](#dependencies)

#### [`Composer`](https://github.com/composer/composer) (*will use the Composer ClassLoader*)

[](#composer-will-use-the-composer-classloader)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install

```

Usage
-----

[](#usage)

```
