Libraries tagged by in array
mateuszblaszczyk/record-finder
14355 Downloads
It find records in JSON array with fileds: timestamp and distance. For example for sport tracker usage.
dimanzver/fast-fuzzy-search
1708 Downloads
Fast fuzzy search in an array of strings for the most similiar ones
rwillians/stingray
13428 Downloads
Dot notation reader/writer for multidimensional arrays in PHP.
krepysh-spec/currency
340 Downloads
World Currency list in PHP constants and array
gukai/php7-forp
265 Downloads
A PHP profiler written in C. dtrace is a lightweight PHP extension which provides the full call stack of your script, with CPU and memory usage, in a plain PHP Array or JSON output.
ahamed/jsphp
473 Downloads
A php library for implementing Array, Object, String methods in JavaScript way.
redpandacoding/provinces-state-listings
5625 Downloads
A PHP array listing of United States states and Canada Provinces. US will include the Territories and DC in its listing. You can also request the array with out them by calling getStates() instead of getAll()
phpdevcommunity/relational-query
36 Downloads
A lightweight PHP query builder with built-in relational query support. Easily build complex SQL queries and fetch results as arrays.
oscarricardosan/cache_object
834 Downloads
Small package for handling cache in code block and not having to use session and avoid 'array_has' or the like.
hejunjie/tools
1847 Downloads
A PHP utility library that encapsulates commonly used operations for strings, arrays, files, network requests, image processing, and various helper functions (such as phone carrier lookup and ID-based address resolution) frequently encountered in daily development. More features are being continuously added...
eboreum/collections
4661 Downloads
Wish you had generics in PHP? This library provides a sensible means of managing collections of data (i.e. arrays with restrictions), immutably, until such a time that PHP generics are bestowed upon us.
eboreum/caster
5235 Downloads
Cast any PHP value to a sensible, human readable string. Great for type-safe outputs, exception messages, transparency during debugging, and similar things. Also helps avoiding innate problems such as printing endless, circular referencing objects (endless recursion), limits the output for large arrays and long strings, and prevents (opt-in) the outputting of sensitive strings like passwords.
dealnews/filter
2066 Downloads
This class is a drop in replacement and wrapper for filter_var, filter_var_array, filter_input, and filter_input_array. The only filters that are modified are ones using \DealNews\Filter\Filter::FILTER_SANITIZE_STRING.
aza/phpgen
3262 Downloads
AzaPhpGen - Anizoptera CMF PHP code generation (dump) component. Allows to dump complex arrays, objects, closures and basic data types as php code. In part, this can be called a some sort of serialization. You can customize your dumped php code as you wish.
sil-org/php-array-dot-notation
4 Downloads
PHP library for using dot notation in arrays