Libraries tagged by array join
jinfakeji168/pagination
18 Downloads
适用于所有程序的数组分页,内置分页样式,可定制样式,稍微修改一下可使用与所有的情形下的数组分页
johncube/deepl
7 Downloads
this package contain function which calls deepl api in order to translate your text. It takes 4 arguments. key - your deepl api key. text - string which you want to translate or array of strings. target_lang - languague into which you want to translate. source_lang (optional) - source language. By default deepl will try to detect language by itself
webnium/json-pointer
12804 Downloads
Accessor implement based on JSON Pointer (RFC6901)
it-for-free/rusphp
5432 Downloads
Universal PHP library for different perposis
pointybeard/helpers-functions-arrays
4113 Downloads
A collection of helpful functions related to arrays and array manipulation
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
735 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.