Libraries tagged by array join
webnium/json-pointer
12369 Downloads
Accessor implement based on JSON Pointer (RFC6901)
pointybeard/helpers-functions-arrays
2920 Downloads
A collection of helpful functions related to arrays and array manipulation
it-for-free/rusphp
5149 Downloads
Universal PHP library for different perposis
php-extended/php-ensure
871 Downloads
A library to safely convert pointers to the right data type
geo-url-lasac/route-url-parser
2 Downloads
2 simple classes to get an array of waypoints encoded in the url. And to get an url from the array of points back
orware/compressed-string
734 Downloads
Based on the wonderful work by Tom Westcott (https://packagist.org/packages/cyberdummy/gzstream) which provided most of the functionality I required. Allows for gzip compressed string streams to be used for holding data. This project was created because I wanted a way to store large database result sets more easily in memory (especially ones that were just going to be output as JSON in an API response), since using a regular PHP array resulted in large memory usage.