Libraries tagged by Array Function
tinyphp-function/phpinput
31 Downloads
Retorna en un array el contenido obtenido de php://input
tinyphp-function/array2html
31 Downloads
Convierte un Array en un formato nestable para HTML
nicofff/lazy-iter
4 Downloads
Lazy array function chains inspired in Rust
abmmhasan/bucket
115 Downloads
PHP array functions
griiv/php-utils
257 Downloads
php utils function for array, strings, etc...
davidjeddy/normie
9 Downloads
Attempt to normalize the PHP standard library array and string function parameter order.
fghazaleh/cport
65 Downloads
PHP support library for Array and String PHP function
black-label/php-helpers
3078 Downloads
Extension of helper functions for php arrays.
israelalagbe/php-custom-types
224 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
831 Downloads
A small function that encodes compact PHP arrays, like json_encode - but for PHP arrays.
stahiralijan/request-caster
63 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.
drewlabs/core-helpers
370 Downloads
Set of global function for handling utility task ranging from array, string and datetimes manipulations
ashleydawson/canonically-flatten-tree
3209 Downloads
Pure function to flatten a tree (n-dimensional array) into a canonicalised list array
lloydzhou/router
133 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.