Libraries tagged by json generator
idrinth/phpunit-test-generator
11 Downloads
Generates tests for use with PHPunit based on an existing composer.json
hitocean/laravel-generator
1710 Downloads
it's a package to create actions and models form json
georgringer/schema-org-generator
9507 Downloads
Generate json-ld based on schema org
emagombe/json-qb
24 Downloads
Generate SQL query from JSON request
davekelly/static-generator
212 Downloads
Generate static HTML/JSON files from Laravel routes
krozamdev/laravel-core-response
17 Downloads
Laravel Core Response
krozamdev/laravel-api-response
5 Downloads
Laravel Api Response Generator
dimitriytiho/feed-builder-kd
429 Downloads
Feed xml and json (NDJSON) generator
ublaboo/anabelle
9352 Downloads
JSON-RPC Api documentation generator
contributte/anabelle
16753 Downloads
JSON-RPC Api documentation generator
alrik11es/stupidly-simple-calendar
60 Downloads
An structured calendar generator in array, object or json format
tiagobutzke/json2dto
49 Downloads
Generate DTO objects by a json
shaqi-labs/laravel-reversekit
138 Downloads
Generate complete Laravel backend scaffolding from JSON structures
samshal/scripd
57 Downloads
Easily transfer database structures as json documents, or via rest apis
plazzag/polario-sdk-php
139 Downloads
API for Polario __Naming:__ * json properties are formatted in camel case (fooBar) besides of enums (FooBar) * route params are formatted in hyphen case (foo-bar) * query params are formatted in snake case (foo_bar) * query params could hold lists of elements if they are comma separated * enum properties are formatted in capitalized camel case (FooBar) __Default values:__ * default values are specified for optional parameters do only apply to POST requests __Types:__ * numbers are considered to be float values * strings that are not specified to be html formatted should not be interpreted as html to avoid unexpected bahavior, like xss attacks * timestamps are considered to be in unix time __Headers:__ * ___Platform___: can be always set as header param to specify the platform of the request for the logging output