Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Iterable Functions Laravel Package

bentools/iterable-functions

Small PHP utility package offering array-like helpers for any iterable (arrays, Traversable, generators): iterable_to_array/to_traversable, map, merge, reduce, filter, values, and chunk—write iterable-agnostic code without TypeError surprises.

View on GitHub
Deep Wiki
Context7
Package
Score
Description
Stars
Likes
Forks
Downloads
Issues
Score
Opportunity
License
Last Release
c33s/utils 0.81 General-purpose PHP utilities for everyday development: helpers for strings, arrays, filesystem, debugging, and common convenience functions. Designed to be lightweight, easy to drop into existing projects, and useful across Laravel and plain PHP apps. 0 0 0 0.0
View on GitHub
Context7
phrity/util-transformer 0.81 Lightweight PHP utility for transforming values between types. Provides transformers with canTransform()/transform(), plus resolvers to chain and recurse converters. Includes JSON/flatten decoders and converters for basic types, DateTime, enums, Stringable, Throwable and more. 0 0 0 37K 0 10.5 59.5 MIT 8 months ago
View on GitHub
Context7
php-standard-library/foundation 0.81 A lightweight PHP foundation library offering common building blocks and utilities to bootstrap projects. Provides reusable helpers and core abstractions to reduce boilerplate and standardize patterns across apps and packages. 1 1 0 48K 0 17.7 63.1 MIT 2 months ago
View on GitHub
Context7
ashleydawson/simple-pagination 0.81 Framework-agnostic pagination library for PHP. Provide callbacks to count total items and fetch a slice (offset/length), and it returns a Pagination object with items plus page metadata and ranges. Works with arrays, DB lists, Doctrine, Solr, and more. 18 19 5 311 1 3.0 17.1 MIT 7 years ago
View on GitHub
Context7
danilovl/object-to-array-transform-bundle 0.81 Symfony bundle that converts objects to arrays using configurable field mappings. Define fields in parameters and provide corresponding getters on your entities. Works with PHP 8.5+ and Symfony 8+. 1 1 0 0 0 18.3 MIT 6 months ago
View on GitHub
Context7
voku/arrayy 0.81 488 491 33 59K 1 3.8 29.5 MIT
View on GitHub
Context7
event-engine/php-engine-utils 0.81 Utilities for Event Engine in PHP: helper classes and shared tooling to simplify building and running Event Engine-based applications. Includes common infrastructure utilities and convenience functions to reduce boilerplate in your event-driven domain code. 6 6 3 7K 0 2.5 41.0 MIT 3 years ago
View on GitHub
Context7
loophp/iterators 0.81 loophp/iterators adds “missing” PHP iterators and iterator aggregates for lazy, composable pipelines: caching rewindable generators, chunk/map/filter/reduce/sort/unique/concat/pack/unpack, plus typed, random, recursive, and resource-based iterables. 38 38 6 30K 1 9.5 39.9 MIT 1 year ago
View on GitHub
Context7
prinsfrank/transliteration 0.80 Typed PHP 8.1+ wrapper around ICU Transliterator. Build transliterators with strict, documented arguments instead of opaque rule strings, plus ready-to-use conversion sets for common transformations (e.g., names/addresses, identity verification, multi-language support). 9 9 1 1K 0 1.9 29.5 MIT 2 years ago
View on GitHub
Context7
myerscode/utilities-bags 0.80 Immutable “Bag” utilities for fluent manipulation of collection/array data in PHP. Provides a helper class with chainable methods for reading, transforming, and managing data safely without mutation; includes usage and method docs, plus tests and coverage. 1 1 0 514 0 14.0 37.3 MIT 4 months ago
View on GitHub
Context7
phpcollection/phpcollection 0.80 PHP Collection provides a flexible, object-oriented collection library for PHP. It offers common collection types and utilities to manage groups of objects consistently, with a clean API and solid documentation. Ideal for domains needing reusable collection abstractions. 964 1,001 51 207K 9 10.4 35.7 Apache-2.0 4 years ago
View on GitHub
Context7
open-southeners/extended-php 0.80 Extended PHP helpers for modern apps: adds convenient functions, utilities, and small enhancements that complement core PHP to reduce boilerplate and speed up everyday development. Lightweight, easy to drop into existing projects. 0 0 0 750 0 12.2 41.5 MIT 9 months ago
View on GitHub
Context7
php-standard-library/collection 0.80 Generic, object-oriented Vector, Map, and Set collections for PHP with both immutable and mutable variants. Part of PHP Standard Library; designed for a consistent, type-friendly API. Full docs at php-standard-library.dev. 1 1 0 40K 0 18.4 63.5 MIT 2 months ago
View on GitHub
Context7
stevebauman/eloquenttable 0.80 Abandoned package: an HTML table generator for Laravel Eloquent collections. Provides a TableTrait and service provider setup (Laravel 4/5) to render collection data as tables, with limited pagination support (Laravel 5 requires manual render()). 1 46 0 18 4 4.4 16.0 9 years ago
View on GitHub
Context7
tightenco/collect 0.79 A standalone port of Laravel’s Illuminate\Support\Collection for non-Laravel projects. Get expressive, chainable, higher-order methods like map, filter, reduce, pluck, groupBy, and more with minimal dependencies—ideal for any PHP app. 1,495 1,541 110 120K 3 10.3 19.3 3 years ago
View on GitHub
Context7
cakephp/collection 0.79 CakePHP Collection offers a powerful, fluent API for working with arrays and traversables. Map, filter, reduce, group, sort, extract, and combine data with immutable-style operations and lazy iteration helpers—ideal for clean data pipelines in PHP apps. 91 97 6 65K 0 0.6 39.4 NOASSERTION
View on GitHub
Context7
nikic/iter 0.79 nikic/iter is a small PHP library for working with iterables and generators. It provides lazy, functional-style helpers like map, filter, reduce, and chain to build efficient pipelines over arrays and Traversables without extra memory overhead. 1,141 1,150 70 154K 9 14.9 34.5 NOASSERTION 2 years ago
View on GitHub
Deep Wiki
Context7
php-standard-library/iter 0.79 Inspect and reduce any PHP iterable (arrays, generators, iterators) with small, focused helpers from PHP Standard Library - Iter. Designed for common iteration tasks and consistent behavior across iterable types. 1 1 0 34K 0 19.1 63.9 MIT 2 months ago
View on GitHub
Context7
minwork/array 0.79 Minwork Array provides fast, well-tested helpers for nested, associative, and object arrays. Get/set/has plus map, filter, find, group, sort, and validation, with fluent-style chaining. No dependencies; modern PHP syntax. 63 66 13 4K 1 5.4 25.0 MIT 6 years ago
View on GitHub
Context7
atournayre/collection 0.79 Type-safe PHP collections with list/map factories, plus immutable variants. Includes DecimalValue collections with consistent precision handling. Build domain-specific collections by extending TypedCollection to enforce item types and safe manipulation. 0 0 0 0 0 3.6 MIT 2 years ago
View on GitHub
Context7
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
andydefer/laravel-cluster
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity
christhompsontldr/laravel-inky
spatie/mailcoach-vapor
spatie/laravel-javascript-views