Libraries tagged by Array Function
jsarray/jsarray
4 Downloads
JavaScript-accurate Array wrapper for PHP with immutable operations
colindecarlo/collection
23 Downloads
Collection is a collection library focused on delivering faster access to and iteration of its members.
forrest79/phpstan-narrow-types
52 Downloads
TypeValidator provides functionality to check types with PHP Doc syntax in runtime and narrow types for PHPStan.
nicofff/lazy-iter
6 Downloads
Lazy array function chains inspired in Rust
wpfulcrum/extender
597 Downloads
Fulcrum Extender Module - extending the PHP array and string functionality + goodies for WordPress too.
fghazaleh/cport
66 Downloads
PHP support library for Array and String PHP function
black-label/php-helpers
3528 Downloads
Extension of helper functions for php arrays.
israelalagbe/php-custom-types
285 Downloads
This package holds some custom PHP types such as Array and String. It provides functionalities similar to array and string in Javascript.
m1guelpf/native-collection
0 Downloads
Adding Collection functions to the PHP array scalar type
charm/util-phpencode
938 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
stahiralijan/request-caster
76 Downloads
This package intercepts Laravel Form Submits after successful validation and provides useful function and also casts the submitted form data accordingly e.g. Upper-case first Characters of Words, Capitalized them, and checkbox value "1" to boolean, JSON string to PHP Array conversions etc.
hejunjie/tools
2077 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...
drewlabs/core-helpers
691 Downloads
Set of global function for handling utility task ranging from array, string and datetimes manipulations
ashleydawson/canonically-flatten-tree
3282 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array
lloydzhou/router
134 Downloads
A fast router for PHP. It matches urls and executes PHP functions. automatic get variable based on handler function parameter list. Suport to compile router callback handlers into plain array source code.