Libraries tagged by json to class
opctim/chatgpt-schema-generator
31 Downloads
This bundle creates a JSON schema from your classes or DTOs to be used with the ChatGPT API so that you get back what you expect.
mogody/hyperf-resource
165 Downloads
Api resource classes allow you to expressively and easily transform your models and model collections into JSON
laxo/authecticate-system
8 Downloads
The PHP JWT Authorization Class provides a straightforward way to manage user authentication and authorization using JSON Web Tokens (JWT). This class is designed to handle token generation, validation, and user session management seamlessly, ensuring secure and efficient authentication for your application.
ado-dg/integration-model-generator
6 Downloads
A package that allows you to generate PHP model classes from a JSON object and simplify API integrations using these models
alexanevsky/output-normalizer-bundle
58 Downloads
Provides functions which allows to flexibly customize the output of objects and entities to an array or JSON by defining normalization rules in classes.
mmouih/entity-generator
6 Downloads
A tool designed to streamline the conversion of payloads (json, xml or yaml) into class entities
laralabs/menu
11 Downloads
Menu package for Laravel, build it with classes, and render it how you want to from a collection/array/json.
custom-laravel-form-request/validator
1 Downloads
Validator Form Request which may be used for validating data after parsing. For example we got big jsob string and we cannot change this, so what we need to do is to use Validator in laravel and provide in controller all the shit code like rules.. if fails and another. This class can validate this json after parsing without redundant code in controller, simply add data, next validation steps will processed automatically, rules and another logic is hidden in this class.
dwebserver/laravel-sanity-check
2 Downloads
Laravel admin dashboard and Artisan command to scan routes, resolve parameters, execute HTTP checks, classify responses, and optionally persist results with JSON/CSV export.
sukohi/where-json
19 Downloads
A Laravel package to mange WHERE clause for json data.
diskerror/typedbson
36 Downloads
PHP classes to strictly define member structure, to control their data types, and to add convenience methods, and support BSON types.