Libraries tagged by in array
clgsru/composer-modify-autoload
403 Downloads
Simple library for updated the vendor/autoload.php so it manually includes any files specified in composer.json's files array.
chrisullyott/php-xml
273 Downloads
XML-to-array conversion in PHP.
noisystate/skipped-attributes
38 Downloads
A simple package to define arrays with optional attributes in an elegant way
nicofff/lazy-iter
6 Downloads
Lazy array function chains inspired in Rust
dynoser/walkdir
436 Downloads
Allows to recursively traverse files in directories or get an array of files
carry0987/utils
136 Downloads
This Utils library provides a collection of static methods designed to help in various common tasks encountered in PHP development. From manipulating arrays and strings to handling date-time conversions and file paths, this library aims to be a handy tool for PHP developers.
wrux/blocky
480 Downloads
Map a matrix field into an array of blocks to render in twig.
assegaiphp/collections
236 Downloads
The assegaiphp/collections package is a powerful tool for creating and managing groups of related objects in your AssegaiPHP projects. With this library, you can easily organize and manipulate data in a variety of ways, such as arrays, lists, sets, and maps. The package offers a wide range of methods for adding, removing, and manipulating items, as well as sorting, searching, and filtering your collections. It is fully compatible with PHP 7.x and above and is designed to be lightweight and easy to use. Whether you're building a web application, a CLI tool, or a standalone script, assegaiphp/collections is the perfect choice for working with data. With its simple and intuitive interface, you can easily start working with collections in your project right away.
tekkla/core-toolbox
166 Downloads
Toolbox of classes and function to check variables, manipulate arrays, do file actions and much more. It's a collection of tools that get used in some of my core libs.
phpdevcommunity/relational-query
20 Downloads
A lightweight PHP query builder with built-in relational query support. Easily build complex SQL queries and fetch results as arrays.
mfonte/base62x
304 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.
elephpant/breadcrumb
452 Downloads
Breadcrumbs in an uncomplicated way. This component facilitates the way to create breadcrumbs for your website, to favor a more accessible navigation. It was designed to work very well with the Bootstrap Framework. Besides being very easy to use, it has very interesting possibilities, such as adding new separators and new CSS classes to style this interface component to your liking. The Breadcrumb Component also allows you to have access to the Array assembled to feed into other features of your system, such as a microformat, for example.
dealnews/filter
1828 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
650 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.
wahlemedia/laravel-where-in-array
3 Downloads
A small package to check if an value of an array is containted within a given array.