Download the PHP package kingsquare/json-schema-form without Composer
On this page you can find all versions of the php package kingsquare/json-schema-form. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download kingsquare/json-schema-form
More information about kingsquare/json-schema-form
Files in kingsquare/json-schema-form
Download kingsquare/json-schema-form
More information about kingsquare/json-schema-form
Files in kingsquare/json-schema-form
Vendor kingsquare
Package json-schema-form
Short Description A framework-agnostic PHP Implementation for generating simple forms based on json-schema
License
Package json-schema-form
Short Description A framework-agnostic PHP Implementation for generating simple forms based on json-schema
License
Please rate this library. Is it a good library?
Informations about the package json-schema-form
Generate forms based on JSON Schema
A framework-agnostic PHP Implementation for generating simple forms based on json-schema . This package is compatible with version 4 and may be combined with
- Client-side validation (E.g. http://jqueryvalidation.org/)
- Server-side validation (E.g. https://packagist.org/packages/justinrainbow/json-schema)
Installation
Library
$ wget http://getcomposer.org/composer.phar
$ php composer.phar install --save kingsquare/json-schema-forms
Usage
See folder for a few more options.
Extra styling and JavaScript is required for proper presentation and validation.
Process form data
To validate any data in the form against the schema, the form data should be casted to the proper datatypes. Validation of form data may look like
Running the tests
$ phpunit
All versions of json-schema-form with dependencies
PHP Build Version
Package Version
The package kingsquare/json-schema-form contains the following files
Loading the files please wait ....