Libraries tagged by array methods
cylab/php-spark
779 Downloads
A wrapper around arrays that mimics the MapReduce methods of Apache Spark
laramate/facade-mapper
44 Downloads
Extends laravel facades to use arrays as arguments for any method
sefirosweb/laravel-general-helper
132 Downloads
A bundle of helpers for develop, contains method for generate excels , csv, array optimizations and more
nicmart/treebuilder
2 Downloads
TreeBuilder offers some fast methods to transform tree structures (arrays, object graphs, xml documents) to php array
landlib/treealgorithms
29 Downloads
This group of methods for work with tree structure. Provide methods build tree from flat array, find node in the tree by id, walk tree and execulte callback function for each node. Node of the tree has fields like as id, parent_id, children. Concrete names of the tree node fields can be configured with TreeAlgorithms properties idFieldName, parentIdFieldName, childsFieldName. Also exists javascript release, search lamzin-andrey/landlib on github.
hgh/helpers
37 Downloads
This package contains all helpful methods to help on texts, arrays, objects and number.
flextype-components/debug
3451 Downloads
Debug component provides a simple methods for debugging variables, objects, arrays, etc by outputting information to the display.
affinity4/collection
10 Downloads
Iterable Collections with useful helper methods. Take control of your arrays!
welshdev/doctrine-base-repository
58 Downloads
A base repository for Doctrine to provide powerful array based queries without using specific repository methods
voilab/csv
90 Downloads
CSV parser that uses `fgetcsv` to parse file, string, streams or arrays, extract columns and provide per-column method to manipulate data.
xmlutils/xmlutils
75 Downloads
This class contains methods to convert a xml tree into a complex array with nested properties and to convert a complex array object into an xml tree.
srjlewis/aura-sql
2 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.
gotrecillo/extractor
16 Downloads
Simple way to prepare arrays for a safe and clean use of the extract php method
carry0987/utils
96 Downloads
This Utils library provides a collection of static methods designed to help in various common tasks encountered in PHP development. From manipulating arrays and strings to handling date-time conversions and file paths, this library aims to be a handy tool for PHP developers.
bakgul/kernel
143 Downloads
This is a helper package, and it isn't meant to be used independently. That being said, it contains some nice helper classes to deal with the file system, strings, arrays, naming conventions, etc. If you need such functionalities, you may find this package helpful. On the other hand, its real purpose is to collect some classes and methods that are being used by multiple packages that are part of Packagified Laravel.