From 578a3a7a145a6a0731c12e274bf00d32246a8100 Mon Sep 17 00:00:00 2001 From: vpoturaev Date: Thu, 24 May 2018 12:23:45 +0700 Subject: [PATCH] added `swaggest/php-code-builder` to Code generation section --- implementations.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/implementations.md b/implementations.md index ec017ae1..39150a13 100644 --- a/implementations.md +++ b/implementations.md @@ -173,6 +173,8 @@ are the only keywords that changed. - [jsonschema](https://github.com/qri-io/jsonschema)(MIT) - idiomatic go implementation with custom validator support, coding to and from json, rich error returns *supports Draft 7* - Online (web tool) - [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema +- PHP + - [php-code-builder](https://github.com/swaggest/php-code-builder)(MIT) - generates PHP mapping structures defined by JSON schema using [`swaggest/json-schema`](https://github.com/swaggest/php-json-schema) *supports Draft 7* #### Web UI generation