Libraries tagged by in_array_r
eboreum/collections
3833 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.
hejunjie/tools
1799 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...
mfonte/base62x
299 Downloads
A Base62x PHP implementation library, that can be used in frameworks like Laravel, that supports encoding/decoding of strings, arrays, objects, and binary resources. It also supports Gzip compression/decompression and symmetric encryption.
eboreum/caster
4339 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
1792 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.
danbettles/morf
621 Downloads
Morf was designed to filter request-parameters *en masse* but it is also useful in many other situations. A Morf *Filter* is created from an array of definitions that describes each parameter you're interested in, and serves-up valid, type-cast values; it'll spit-out an exception when something's overtly wrong.
lablnet/arrays
3 Downloads
PHP array class to manipulate arrays in efficient ways to solve real world problems.
khalyomede/reorder-before-after
268 Downloads
Reorder an item in an array before or after another.
piedweb/render-html-attributes
40774 Downloads
[Twig Extension] Transform an array in html tag attributes.
ayesh/case-insensitive-array
20661 Downloads
Class to store and access data in a case-insensitive fashion, while maintaining the integrity and functionality of a regular array.
ambika/php-reader
51 Downloads
This package is used to parse php array files in php.
andydune/string-replace
465 Downloads
Replace markers in string with data.
perchten/neat_html
1982 Downloads
Pretty-print PHP objects and arrays in html, json etc.
transprime-research/arrayed
104 Downloads
PHP Array(ed) in object oriented way wrapping PHP arrays in a consistent manner.
graste/params
6986 Downloads
Array wrapper that eases the retrieval of values. Has parameters, options and settings and traits for inclusion in other libraries.