Libraries tagged by json_object
021/json-schema
352 Downloads
Object-Oriented JSON Schema Generation
suin/json
27601 Downloads
A Simple wrapper of json_decode() and json_encode(). This provides object-oriented interface and exception-based error handing.
soyhuce/laravel-database-object
6562 Downloads
Map json columns to PHP Object in Laravel
andrewsauder/json-deserialize
693 Downloads
PHP Utility to add automated json deserialize into typed objects
phputil/json
6374 Downloads
A JSON encoder and decoder that can also convert PHP objects with private or protected attributes.
paysera/lib-object-wrapper
21801 Downloads
Wrapper around JSON-decoded data that lets easily get structured items
perfilov/php-dto-packer
2829 Downloads
Blazing-fast PHP library to convert arrays, JSON & objects into strongly typed DTOs (and back)
morris/microdb
1894 Downloads
MicroDB is a minimalistic file-based JSON object database written in PHP.
n2n/n2n-util-serialize
57 Downloads
Safely serialize and unserialize plain data objects (PHP native serialize()/unserialize() with an allowed_classes allowlist derived from the class structure) and scalar/null values (JSON), preventing object-injection and POP-chain attacks.
tailflow/castable-dto
29534 Downloads
Automatically cast JSON columns to PHP objects in Laravel using Spatie's data-transfer-object class
traineratwot/json2dto
186 Downloads
Convert JSON files to Spatie DTO objects
atymic/json2dto
19752 Downloads
Convert JSON files to Spatie DTO objects
rushing/laravel-data-schemas
1579 Downloads
Generate JSON Schemas from Laravel Data objects with validation attributes
wundii/data-mapper-symfony-bundle
1539 Downloads
A Symfony integration for wundii/data-mapper, modern and fast object mapper for PHP 8.2+. Strict types. Converts CSV, JSON, XML, YAML, NEON, arrays, and objects to PHP objects.
tiny-blocks/mapper
2079 Downloads
Maps PHP objects to and from arrays, JSON, and iterables through reflection and pluggable strategies.