canyin-project/ybcy/vendor/sebastian/resource-operations
2024-11-01 16:07:54 +08:00
..
build init 2024-11-01 16:07:54 +08:00
src init 2024-11-01 16:07:54 +08:00
.gitignore init 2024-11-01 16:07:54 +08:00
build.xml init 2024-11-01 16:07:54 +08:00
composer.json init 2024-11-01 16:07:54 +08:00
LICENSE init 2024-11-01 16:07:54 +08:00
README.md init 2024-11-01 16:07:54 +08:00

Resource Operations

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

Installation

To add this component as a local, per-project dependency to your project, simply add a dependency on sebastian/resource-operations to your project's composer.json file. Here is a minimal example of a composer.json file that just defines a dependency on this component:

{
    "require": {
        "sebastian/resource-operations": "~1.0"
    }
}