# aimeos/map

PHP arrays and collections made easy

Repository: https://github.com/aimeos/map
Canonical: https://ross.abutalabs.com/products/map
Homepage: http://php-map.org
Language: PHP
License: MIT
License Family: permissive
Topics: php, array, map, collection, php-arrays, php-map
Last push: 2026-07-07T09:15:54+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 91, release rhythm 35, longevity 100
- inputs: {"age_days": 2480, "days_push": 57, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4325, forks 16 (observed 2026-08-28T04:08:42.008655+00:00)

## What it is
A PHP library providing an array-like collection object (Map) for fluent, chainable manipulation of arrays, similar to jQuery and Laravel Collections. It wraps common array operations like filtering, sorting, and mapping into an elegant object-oriented API.

## Use cases
- manipulate php arrays with chainable methods
- replace verbose php array_* function calls
- filter sort and transform collections in php
- alternative to laravel collections outside laravel
- work with arrays of objects jquery-style
- group and aggregate array data in php

## When to choose
- you write plain PHP and want cleaner array handling code
- you like Laravel Collections but aren't using Laravel
- you want immutable, chainable array operations with callbacks

## When to avoid
- you need maximum raw performance for huge arrays
- your project already standardizes on Laravel Collections
- you prefer native PHP array functions and avoid dependencies

## Facets
- artifact type: library
- maturity: stable
- function: developer-tools
- domain: developer-tools, web-development
- platform: php
- tags: collections, arrays, fluent-api, chainable-methods, laravel-collections-alternative

## Member repositories
- aimeos/map (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:08:42.008655+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-29T18:21:42.025602+00:00, confidence not recorded.
  - readme: https://github.com/aimeos/map (fetched 2026-08-28T04:08:42.008655+00:00, sha 9d09a189f880)
  - homepage: http://php-map.org (fetched 2026-08-29T09:10:40.529498+00:00, sha fdcd617d4dda)
- Data as of 2026-08-30T08:39:29.467469+00:00.
