sebastian/resource-operations

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

Maintainers

👁 sebastian

Package info

github.com/sebastianbergmann/resource-operations

Homepage

pkg:composer/sebastian/resource-operations

Fund package maintenance!

sebastianbergmann

Statistics

Installs: 688 502 716

Dependents: 15

Suggesters: 0

Stars: 6 269

3.0.4 2024-03-14 16:00 UTC

Requires

  • php: >=7.3

Requires (Dev)

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause 05d5692a7993ecccd56a03e40cd7e5b09b1d404e

  • Sebastian Bergmann <sebastian.woop@phpunit.de>

This package is auto-updated.

Last update: 2026-06-14 23:51:49 UTC


README

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

Installation

You can add this library as a local, per-project dependency to your project using Composer:

composer require sebastian/resource-operations

If you only need this library during development, for instance to run your project's test suite, then you should add it as a development-time dependency:

composer require --dev sebastian/resource-operations