Libraries tagged by Array to object
oscarricardosan/cache_object
586 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
makinacorpus/generated-hydrator
2195 Downloads
An Object Hydrator that allows very fast array to object to array conversion
josantonius/datatype
24 Downloads
PHP simple library for managing of data types.
midorikocak/arraytools
225 Downloads
Handy array tools to creating and updating objects from arrays and converting objects to arrays and validating them.
scheb/property-access
143 Downloads
A lightweight library to read/write values from/to objects to arrays
itgalaxy/os-filter
257 Downloads
Filter an array of objects to a specific OS
dwo/simple_accessor
6759 Downloads
Simple property access to objects and arrays by using simple string notation
web-fu/anymapper
12 Downloads
Library that allows to map objects and arrays into objects and arrays with strong type support and pattern detection.
anekdotes/support
927 Downloads
Utility classes meant to facilitate object manipulation.
rasclatt/smart-dto
314 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
piotrpress/configer
206 Downloads
This library loads/saves php array from/to a configuration file.
piotrpress/initer
151 Downloads
This library reads/writes flat array data from/to key=value format compatible with .ini and .env files.
temkaa/simple-collections
26 Downloads
These are simple array and object collections that provide convenient methods to manipulate them.
dustin/encapsulation
149 Downloads
A simple way to accommodate, exchange and structorize data with objects
anekdotes/staticmodel
381 Downloads
Abstract class used to create static Model classes. These classes have their data initiated in themselves. Allows Model operations to be used to a certain extent.