Libraries tagged by Array to object
romm/configuration-object
29258 Downloads
Transform any configuration plain array into a dynamic and configurable object structure, and pull apart configuration handling from the main logic of your script. Use provided services to add more functionality to your objects: cache, parents, persistence and much more.
glowy/arrays
2962 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
atomastic/arrays
7075 Downloads
Arrays Component provide a fluent, object-oriented interface for working with arrays, allowing you to chain multiple arrays operations together using a more readable syntax compared to traditional PHP arrays functions.
unicframework/csv-parser
621 Downloads
CSVParser parse csv data to array, object, and json.
web-fu/php-dot-notation
388 Downloads
Library that allows to access array and object with strong type support in Dot Notation
jan-maennig/sorty
2347 Downloads
Library to sort arrays and array objects.
timehunter/laravel-dto-generator
168 Downloads
A generator that creates PHP Data Transfer Object by array schema.
didix16/php-apidataobject
6375 Downloads
A simple library that allows easy handle incoming data from any sources (specially from API sources) and put data in a fashion way which is more practical to access it like an array or object. It allows to implement a DTO very fast.
xtompie/collection-trait
287 Downloads
Traits to build collections of specific objects
rotexsoft/versatile-collections
5400 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
rafrsr/lib-array2object
17185 Downloads
Array to object conversion library
symplify/easy-hydrator
81402 Downloads
Hydrate arrays to objects easily with PHP 7.4 and constructor injection
madj2k/t3-accelerator
309 Downloads
Speed up your TYPO3 installation: add Critical CSS (Above The Fold) inline, minify the HTML of your website, use subdomains as CDN to reduce page load, manage proxy-caching (e.g with Varnish) via page-properties, reduce database size when storing JSON-arrays with persisted objects to the database
jessegall/php-data-container
551 Downloads
A trait that provides a convenient solution for objects to use an array as their data source. As well as offering the possibility to share the same data between instances.
php-extended/php-arrayable-interface
371 Downloads
A library to give objects the ability to be transformed to array data