PHPackages                             programster/json-schema-creator - 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. programster/json-schema-creator

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

programster/json-schema-creator
===============================

A PHP package to make it easier create JSON schemas.

1.2.0(4y ago)018MITPHPPHP &gt;=8.0.0

Since Mar 21Pushed 4y ago1 watchersCompare

[ Source](https://github.com/programster/package-json-schema-creator)[ Packagist](https://packagist.org/packages/programster/json-schema-creator)[ Docs](https://github.com/programster/package-json-schema-creator)[ RSS](/packages/programster-json-schema-creator/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (10)Used By (0)

JSON Schema Creator This is a simple PHP package to make it quick and easy to generate a [JSON schema](https://json-schema.org/)that can then be used for validation and documentation.

This tool was built primarily with the help of the documentation for JSON schemas at [opis.io/json-schema](https://opis.io/json-schema/1.x/).

Install
-------

[](#install)

```
composer require programster/json-schema-creator
```

Example
-------

[](#example)

```
