PHPackages                             kingsquare/json-schema-form - 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. [Templating &amp; Views](/categories/templating)
4. /
5. kingsquare/json-schema-form

AbandonedArchivedLibrary[Templating &amp; Views](/categories/templating)

kingsquare/json-schema-form
===========================

A framework-agnostic PHP Implementation for generating simple forms based on json-schema

0.6(11y ago)328.3k↓30%15[1 PRs](https://github.com/kingsquare/json-schema-form/pulls)PHP

Since Jul 9Pushed 3y ago5 watchersCompare

[ Source](https://github.com/kingsquare/json-schema-form)[ Packagist](https://packagist.org/packages/kingsquare/json-schema-form)[ RSS](/packages/kingsquare-json-schema-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (2)Versions (7)Used By (0)

Generate forms based on JSON Schema
===================================

[](#generate-forms-based-on-json-schema)

A framework-agnostic PHP Implementation for generating simple forms based on [json-schema](http://json-schema.org/) . This package is compatible with version 4 and may be combined with

- Client-side validation (E.g. )
- Server-side validation (E.g. )

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

[](#installation)

### Library

[](#library)

```
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --save kingsquare/json-schema-forms

```

### Usage

[](#usage)

```
