Libraries tagged by arrays
rogerthomas84/dtoinflator
689 Downloads
DtoInflator is a library to inflate arrays or objects into their corresponding models.
rikudou/iterables
3148 Downloads
Provides some cool iterable functions complementing the built-in array functions
revinate/php-getter-setter
30085 Downloads
PHP library to simplify getting and setting values in arrays and objects.
redpandacoding/provinces-state-listings
5491 Downloads
A PHP array listing of United States states and Canada Provinces. US will include the Territories and DC in its listing. You can also request the array with out them by calling getStates() instead of getAll()
rasclatt/smart-dto
494 Downloads
Fill Dtos with data using the mapping. Also allows rendering to different array key formats.
pixelairport/locale
3340 Downloads
Locale translation arrays for currency, languages and countries.
piedweb/render-html-attributes
40842 Downloads
[Twig Extension] Transform an array in html tag attributes.
phpexperts/csv-speaker
2078 Downloads
A quick and easy package for easily reading and writing CSV to/from strings and arrays.
php-arsenal/symfony-request-param-bagger
6151 Downloads
Collects sent parameters from Symfony Request and outputs an array.
phore/hydrator
4112 Downloads
Unserialize arrays into object structure
oscarricardosan/cache_object
782 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
neclimdul/arraycud
315 Downloads
Array create, update, delete helper.
mrsems/paginator-php
34 Downloads
Simple PHP array paginator.
mouf/utils.cache.in-memory-cache
356878 Downloads
This package contains the most basic cache mechanism. It stores cache items in an array. It means the cache is flushed as soon as the script returns. It is very basic, but also very fast. You will usually use this mechanism with another one just behind.
mefworks/string-interpolation
23381 Downloads
Interpolate strings by replacing placeholders with data from an array.