Libraries tagged by array helpers
mbarquin/import-export-legacy
22 Downloads
Helper to read csv and fixed-line files into named and validated arrays, or to export arrays into csv or fixed-line files. It uses iconv to change data codification.
farook-walker/beaver.collections
4 Downloads
Helper classes for creating collection objects (sets, array lists etc.)
extphp/data-dot
1654 Downloads
A property accessor helper capable of using dot notation for a mix of arrays and objects.
eclipxe/construct-named-parameters
48 Downloads
Helper functions to create objects using an array as named parameters
camilord/nz-companies-register
25 Downloads
This helper package/component is useful when you have a form needs with real and valid NZ company names. I created this because MBIE don't have a working API yet. So this component will use their web search function and scrape the search result data into reusable output, ARRAY. Hope this will save your time and effort writing the same thing.
bcismariu/commons-descendable
116 Downloads
A property accessor helper capable of using dot notation for a mix of arrays and objects
bakgul/kernel
176 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.
alexrah/sorted-iterator
13 Downloads
Helper Classes to dynamically include_once a sorted list of files from passed array of dirs
kristos80/optionr2
88 Downloads
Optionr is a simple helper that makes it extremely easy to grab an option from a collection of options, without the need to make all those 'isset' and 'array_key_exists' comparisons.