Skip to content

PHP Array Helpers

Compare
Choose a tag to compare
@pdscopes pdscopes released this 30 Aug 08:49
· 29 commits to main since this release

This is a new library of helper functions for php arrays/ArrayAccess. We release with 3 classes Arr, ArrDots, and Dots.
Arr is full of functions for array/ArrayAccess objects.
ArrDots is full of functions for "dot notation" access of array/ArrayAccess objects.
Dots is an implementation of ArrayAccess that with functions to set the underlining array as a copy or a reference.