Libraries tagged by array methods
imponeer/toarray-interface
16118 Downloads
A PHP interface defining a standard method for converting objects to arrays. Ensures consistent method naming and return type for array conversion across different classes.
juanchosl/datamanipulation
352 Downloads
Little methods collection in order to manipulate variables contents
dgifford/text-file
5807 Downloads
Class providing methods for editing text files on a line-by-line basis.
dgifford/property-setter-trait
5965 Downloads
Trait providing methods to set class properties with an array.
dgifford/iterator-trait
6557 Downloads
Trait providing methods implementing the Iterator interface.
creativestyle/utilities
1966 Downloads
Static method utilities collection with high reusability
asticode/php-toolbox
18053 Downloads
Static methods to ease PHP developments
drupal/core-datetime
440 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.
drago-ex/utils
4091 Downloads
Extended ArrayHash with additional methods for converting data to arrays, including support for uppercase keys.
welshdev/doctrine-base-repository
894 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods
donchev/email-extractor
830 Downloads
Extract valid email addresses from a string or array of strings.With a few helper methods like sortAsc/sortDesc, unique,filterInclude/filterExclude, lowercase/uppercase included.
wowkaster/yii2-serialize-attributes
6927 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.
assegaiphp/collections
689 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
fetch/array-utils
512 Downloads
Array utility methods, inspired by Ruby's array methods
flextype-components/arrays
2213 Downloads
Arrays Component contains methods that can be useful when working with arrays.