Libraries tagged by array AR
chindit/collection
407 Downloads
Small array wrapper to ease array handling
dealnews/filter
1866 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.
xtompie/aql
4697 Downloads
Array Query Language - building a SQL using array
hejunjie/tools
1833 Downloads
A PHP utility library that encapsulates commonly used operations for strings, arrays, files, network requests, image processing, and various helper functions (such as phone carrier lookup and ID-based address resolution) frequently encountered in daily development. More features are being continuously added...
eboreum/collections
4344 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
redpandacoding/provinces-state-listings
5530 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()
jesseschalken/set
22888 Downloads
java.utils.Set for PHP implementing ArrayAccess, Countable and IteratorAggregate with O(1) conversion to/from array keys
everton-hilario/csv-hilario
11779 Downloads
Classe escrita em PHP que fornece a possibilidade de escrever arquivos de planilha CSV de uma forma muito simples e rápida. Basta passar os dados por um array bidimensional para poder fazer o download do arquivo.
drupal/core-datetime
200 Downloads
This class wraps the PHP DateTime class with more flexible initialization parameters, allowing a date to be created from an existing date object, a timestamp, a string with an unknown format, a string with a known format, or an array of date parts. It also adds an errors array and a __toString() method to the date object.
xethron/extended-array
5226 Downloads
Extended Array gives PHP arrays new life
rockschtar/typed-arrays
14891 Downloads
Primitive typed arrays and typed array abstraction with type hints.
lablnet/arrays
4 Downloads
PHP array class to manipulate arrays in efficient ways to solve real world problems.
phpwatch/array_key_first_last-polyfill
857 Downloads
A simple polyfill to make PHP 7.3's array_key_first and array_key_last functions available to all.
arrayiterator/typed-array
33 Downloads
Typed Array
midorikocak/arraytools
229 Downloads
Handy array tools to creating and updating objects from arrays and converting objects to arrays and validating them.