tobytwigger / form-schema-generator
JSON schema generator in php, for vue-form-generator
Installs: 14 224
Dependents: 4
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 3
Requires
- php: ^7.4|^8.0
- ext-json: *
Requires (Dev)
- phpspec/prophecy-phpunit: ^2.0
- phpunit/phpunit: ^9.0
This package is auto-updated.
Last update: 2024-10-29 12:18:40 UTC
README
A small library for working with form schemas. Designed predominantly around the portal-ui-kit package, easily create schemas using a fluent PHP Api.
Installation
You can install the schema generator through composer
composer install tobytwigger/form-schema-generator
Documentation
You can see the full documentation at https://tobytwigger.github.io/form-schema-generator/.
Compiling docs locally
-gem install bundle
bundle install
bundle exec jekyll serve
to run locallybundle exec jekyll build
to build
Contributing
Pull requests are very welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.