Libraries tagged by extend arrays
starrysea/arrays
24 Downloads
Extend array operations to meet more array processing requirements
tourman/array_extend_type
18 Downloads
Merges arrays together recursively
breier/extended-array
58 Downloads
A class that extends PHP-SPL ArrayIterator and implements loads of functionalities from PHP plain array handling
dd/evolutioncms-snippets-ddobjecttools
1 Downloads
Tools for modifying objects.
rotexsoft/handy-php-functions
633 Downloads
A bunch of functions that either extend the existing functionality in native php functions or add functionality not available via native php functions.
php-kitchen/platform
0 Downloads
A set of base classes to extend PHP Standard Library.
breier/libs
40 Downloads
A Collection of Minimalist Libraries
alsvanzelf/gaps
1402 Downloads
Stop minding the gap. Extend php with these polyfills and missing functionality. Right now, `array_splice_preserve_keys`.
aura/sql
1727060 Downloads
A PDO extension that provides lazy connections, array quoting, query profiling, value binding, and convenience methods for common fetch styles. Because it extends PDO, existing code that uses PDO can use this without any changes to the existing code.
kigkonsult/asit
227 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
voronoy/cakephp-pgutils
640 Downloads
CakePHP plugin that extends ORM with PostgreSQL specific features.
amostajo/php-json-array
157 Downloads
Simple class that extends the capabilities of the basic php *array* by adding json casting and file handling (read and write).
alcamo/collection
87 Downloads
Collection classes and traits that work to some extent like arrays
sqonk/php-utils
36 Downloads
A minimal set of methods for strings and arrays. This library replaces php-strlib and to an extent phext-core, depending on your needs.
anekdotes/staticmodel
381 Downloads
Abstract class used to create static Model classes. These classes have their data initiated in themselves. Allows Model operations to be used to a certain extent.