# sebastianbergmann/resource-operations

Provides a list of PHP built-in functions that operate on resources

Repository: https://github.com/sebastianbergmann/resource-operations
Canonical: https://ross.abutalabs.com/products/resource-operations
Language: PHP
License: NOASSERTION
License Family: other
Archived: true
Last push: 2024-03-14T18:47:11+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4063, "days_push": 902, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, 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 6256, forks 14 (observed 2026-08-28T04:09:41.059982+00:00)

## What it is
A small PHP library that provides a list of PHP built-in functions which operate on resources. It is typically used as a development-time dependency, for example in test tooling.

## Use cases
- identify which PHP built-in functions operate on resources
- support mocking of PHP resource functions in test suites
- look up resource-related functions programmatically in PHP tooling

## When to choose
- you are building PHP testing or static-analysis tooling that needs to know which built-in functions handle resources
- you need a maintained, Composer-installable dataset of PHP resource functions

## When to avoid
- you need runtime resource management rather than a static function list
- your project is not written in PHP

## Facets
- artifact type: library
- maturity: maintenance
- function: developer-tools, testing
- domain: developer-tools, testing
- platform: php, cli
- tags: php-built-in-functions, resource-handling, composer-package, unit-testing-support

## Member repositories
- sebastianbergmann/resource-operations (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:41.059982+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-29T17:46:35.289213+00:00, confidence not recorded.
  - readme: https://github.com/sebastianbergmann/resource-operations (fetched 2026-08-28T04:09:41.059982+00:00, sha 8d12680c1c5d)
- Data as of 2026-08-30T08:39:29.467469+00:00.
