Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibra-kdbra/json-model_schema
Creates (immutable) PHP model classes
https://github.com/ibra-kdbra/json-model_schema
generation json-schema model php7 php8 property-wrapper template validator
Last synced: 17 days ago
JSON representation
Creates (immutable) PHP model classes
- Host: GitHub
- URL: https://github.com/ibra-kdbra/json-model_schema
- Owner: ibra-kdbra
- License: mpl-2.0
- Created: 2024-02-01T20:06:27.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-10-06T20:57:00.000Z (3 months ago)
- Last Synced: 2024-10-31T03:42:10.228Z (2 months ago)
- Topics: generation, json-schema, model, php7, php8, property-wrapper, template, validator
- Language: PHP
- Homepage:
- Size: 317 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JSON-schema-model-generator
Generates PHP model classes from JSON-Schema files including validation and providing a fluent auto completion for the generated classes.
## Table of Contents ##
* [Motivation](#Motivation)
* [Requirements](#Requirements)
* [Installation](#Installation)
* [Basic usage](#Basic-usage)
* [Configuring using the GeneratorConfiguration](#Configuring-using-the-GeneratorConfiguration)
* [Examples](#Examples)
* [How the heck does this work?](#How-the-heck-does-this-work)
* [Tests](#Tests)
* [Docs](#Docs)
`