Libraries tagged by Object to array
jackchang1025-clagiordano/weblibs-configmanager
15 Downloads
weblibs-configmanager is a tool library for easily read and access to php config array file and direct read/write configuration file / object
garbetjie/phpunit-bigquery-schema
44 Downloads
A custom PHPUnit constraint to validate a given object/array against a BigQuery schema.
charm/schema
8 Downloads
A simple to use schema validator allowing you to validate strings, numbers, arrays and objects. Modelled after JSON Schema written as PHP arrays.
break-down/infrastructure-meta
8 Downloads
Entity meta implementation to inflate and deflate an entity to and from an array between objects and mysql query results.
brash-creative/popomapper
42 Downloads
Plain old PHP object JSON mapper - Map json or array structures to a POPO
flextype-components/debug
3461 Downloads
Debug component provides a simple methods for debugging variables, objects, arrays, etc by outputting information to the display.
larapkg/laravel-keychanger
4 Downloads
PhpKeyChanger allows you to pass a json string, object or an array and it will recursively re-key the array using the case you give it.
cgillespie/objectarrayvalueaverager
6 Downloads
PHP library to average the values in an array of objects into another object
marcocesarato/dumper
15 Downloads
This class displays structured information about one or more expressions that includes its type and value. Arrays and objects are explored recursively with values indented to show structure.
git-analytics/git-log
30 Downloads
PHP library to parse git log as JSON and Array objects
openlss/lib-datamodel
97 Downloads
Implements a callable object from an array of data that can be extended to implement inline formatting.
ngomafortuna/list-formatter
11 Downloads
Formatter from composite datas to string list. This library accepts lists in array or database format and converts them into strings where each item is separated by commas. This library also sorts a composite list (array/object) in ascending and descending order. (Formatador de dados compostos para string. Esta biblioteca recebe listas em formato de array ou base de dados e converte string em onde cada item é separado por vígulas. Esta biblioteca também ordena uma lista composta (array/object) de forma crescente e decrescente.)
mmo-and-friends/laravel-text-flags
29 Downloads
A Laravel package to replace flags found in the text with array values or objects
michel/php-sql-mapper
16 Downloads
A powerful PHP library that not only builds complex SQL queries but also maps the results into structured object graphs. It simplifies handling relational data by automatically transforming flat result sets from joins into nested arrays, making it ideal for working with one-to-one and one-to-many relationships.
cleancode/injectable-bundle
74 Downloads
Injectable-bundle is responsible for injecting array of objects into your class. By tagging you mark an service to be injected into your target service.