Libraries tagged by array methods
ahamed/jsphp
461 Downloads
A php library for implementing Array, Object, String methods in JavaScript way.
drupal/core-datetime
174 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.
welshdev/doctrine-base-repository
409 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods
wowkaster/yii2-serialize-attributes
5678 Downloads
This behavior allows you to treat model attributes as arrays, and they are automatically serialized for insertion and unserialized upon select, as long as you use the active record find methods.
fetch/array-utils
512 Downloads
Array utility methods, inspired by Ruby's array methods
dgifford/array-access-trait
3887 Downloads
Trait providing methods to implement array access using a container variable.
reliv/array-properties
324 Downloads
Basic array property helper/utility methods
cse/helpers-arrays
69 Downloads
Array helpers provides extra static methods allowing you to deal with arrays more efficiently.
topshelfcraft/walk
1475 Downloads
A Craft-aware array_walk() method, plus some super-convenient console commands, to easily call Craft service methods on a collection of elements or values.
sqonk/phext-datakit
174 Downloads
Datakit is a library that assists with data analysis and research. It includes classes for working with tables of data and deriving statistical information, importing those tables from file formats such as CSV, a class wrapper with statistical methods for PHP arrays, as well as memory efficient packed arrays.
sqonk/phext-core
1684 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.
happydemon/arr
48 Downloads
A Kohana module that adds extra methods for dealing with arrays and configuration files
temkaa/collections
1 Downloads
These are simple array and object collections that provide convenient methods to manipulate them.
kigkonsult/asit
1416 Downloads
Asit manages array collections, extends Iterator with (assoc) get-/set- and tag-methods
dgifford/text-file
3671 Downloads
Class providing methods for editing text files on a line-by-line basis.