Libraries tagged by Object Properties
picamator/transfer-object
66 Downloads
A modern Symfony-compatible Transfer Object Generator with property hooks, FixedArray, and asymmetric visibilities.
code-distortion/insight
465 Downloads
Test protected and private object methods and properties as if they were public
drupol/dynamicobjects
177 Downloads
Create and manage dynamic properties and methods on a PHP object.
wilmoore/attributes.php
244 Downloads
minimal object attributes for PHP.
juanchosl/datatransfer
344 Downloads
A small, lightweight utility to read values and properties from distinct sources using the same methodology
grazulex/laravel-arc
26 Downloads
A Laravel package for elegant and modern Data Transfer Objects (DTOs) management with automatic validation and direct property access
webino/zend-config
8630 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
ali-eltaweel/array-subscript
147 Downloads
A PHP library for accessing object properties using array subscript notation.
magento/magento-zf-config
1284 Downloads
provides a nested object property based user interface for accessing this configuration data within application code
gyro/query-table-gateway
0 Downloads
Table/Query Gateway with Doctrine DBAL mapping to objects with typed properties
legalthings/data-enricher
3306 Downloads
Enrich objects by processing special properties
astral/php-serialize
47 Downloads
An advanced PHP serialization tool leveraging attributes for flexible object-to-array and JSON conversion. Supports property aliases, type conversions, and nested object handling. Ideal for APIs, data persistence, and configuration management.
comphp/di
64 Downloads
CommonPHP DependencyInjection is a simple, robust dependency injection container for PHP applications. It facilitates the dynamic creation of objects, invocation of methods, function calling, and property population.
monro/doctrine-nullable-embedabbles
5068 Downloads
Workarround to the issues related of using Doctrine with embedabbles relations where the relation can be null. If the object is null doctrine would instanciate it with all the properties to null, this library will fix it to set it to null.
eboreum/immutable-interface
40 Downloads
Flag a class as being immutable by implementing the ImmutableInterface. An immutable object must never change its state; i.e. its class properties must remain unchanged after instantiation or cloning.