# tighten/collect

A Collections-only split from Laravel's Illuminate Support

Repository: https://github.com/tighten/collect
Canonical: https://ross.abutalabs.com/products/collect
Language: PHP
License Family: other
Topics: laravel, illuminate-collections, hacktoberfest
Archived: true
Last push: 2024-01-14T14:38:53+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3776, "days_push": 962, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1495, forks 110 (observed 2026-08-28T04:04:53.156160+00:00)

## What it is
A standalone split of Laravel's Illuminate Collections usable in non-Laravel PHP projects without pulling in the full Illuminate Support package. It is now deprecated since Illuminate Collections is published as its own package.

## Use cases
- use Laravel collections in a non-Laravel PHP package
- avoid depending on the entire Illuminate Support package
- add fluent array manipulation to framework-agnostic PHP code
- keep collection code in sync with Laravel releases

## When to choose
- you maintain a legacy PHP package on Laravel 8 or 9 that already uses it
- you need Collections in a non-Laravel project pinned to older Laravel versions

## When to avoid
- starting a new project - use illuminate/collections directly
- you need support for Laravel 10 or newer
- you want a package with an explicit license

## Facets
- artifact type: library
- maturity: maintenance
- function: serialization
- domain: developer-tools, web-development
- platform: php
- tags: laravel, collections, illuminate, framework-agnostic, deprecated

## Member repositories
- tighten/collect (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:53.156160+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:33:19.115873+00:00, confidence not recorded.
  - readme: https://github.com/tighten/collect (fetched 2026-08-28T04:04:53.156160+00:00, sha e71b0490b3c6)
- Data as of 2026-08-30T08:39:29.467469+00:00.
