Libraries tagged by alterable
wernerdweight/ra
9247 Downloads
PHP Array object with consistent and predictable API
rotexsoft/versatile-collections
6067 Downloads
A collection package that can be extended to implement things such as a Dependency Injection Container, RecordSet objects for housing database records, a bag of http cookies, or technically any collection of items that can be looped over and whose items can each be accessed using array-access syntax or object property syntax.
kuria/phpunit-extras
3281 Downloads
Additional functionality for PHPUnit (such as assertions)
juanchosl/validators
378 Downloads
Little methods collection in order to validate variables contents
jotaelesalinas/php-simple-mapreduce
0 Downloads
A simple in-memory map/reduce engine for PHP iterables, without workers or configuration.
dakujem/toru
404 Downloads
取る - iterable collections with ease. Lodash-style fluent call chaining, generator-based iteration primitives, aggregates, utilities.
bentools/flatten-iterator
2038 Downloads
Flattens Traversable or arrays into one iterator.
awstudio/doctrine-behaviors
12878 Downloads
Doctrine2 behavior traits
architools/laravel-sieve
66 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
themehybrid/hybrid-attr
459 Downloads
Hybrid Attr provides devs a system for adding filterable attributes. This is sort of like `body_class()`, `post_class()`, and `comment_class()` on steroids.
midnite81/loopy
386 Downloads
Adds functionality for iterables
laravilt/query-builder
531 Downloads
Complete query builder system with filters, sorting, search, and pagination. Build powerful, filterable data queries with support for multiple filter types, custom sorts, full-text search, and seamless Inertia.js integration.
greenskies/collection
8086 Downloads
Create an iterable collection of objects
ebeacon/iterutil
740 Downloads
Creates iterators for arrays or any iterable, with lazily evaluated (memory efficient) transformations. Heavily inspired by Rust's iterators.
benconda/collection
6 Downloads
Collection library, powered by generators, with generics, easily extendable and immutable. Lazy by design and memory friendly. Accept anything as iterable 🔥 (Generator, array, Iterator, ...)