Libraries tagged by data array
digitaldream/data-converter
9165 Downloads
In web application we need to convert data from one type to another. For example, array to excel file or excel file to array.
amorphine/data-transfer-object
10027 Downloads
DTO library for arrays
sqonk/phext-core
1745 Downloads
This is the core package to the PHEXT set of libraries for PHP. It includes general utility methods for strings, arrays, dates and numbers, each of which exist as a grouped class with the methods statically accessible.
alexandre-fernandez/key-value-form-bundle
421 Downloads
Symfony form type to manage associative array data.
timehunter/laravel-dto-generator
177 Downloads
A generator that creates PHP Data Transfer Object by array schema.
alephtools/presenters
5197 Downloads
Data presenters based on the array converter.
ufo-tech/dto-transformer
789 Downloads
The library provides tools for two-way transformation of DTO objects ⇄ arrays, respecting typing, contracts, and flexible transformation logic.
spaf/simputils
6050 Downloads
Simple minimal but useful set of utils (properties, strings, datetimes, etc.)
repat/php-helper
4779 Downloads
Some helper function for developing applications with PHP 7.2+
repat/laravel-helper
5451 Downloads
Some helper function for developing with Laravel 5+
rasclatt/smart-dto
494 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
perfilov/php-dto-packer
1982 Downloads
Convert array, json, objects into a strongly-typed values (and back) for transferring throw services
myerscode/utilities-bags
7339 Downloads
A PHP helper utility class for fluent interaction and manipulation with collection data using immutable bags
micayael/php-extras
7094 Downloads
Funciones extras sobre el core de php
didix16/php-apidataobject
7641 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.