lgy 2dff5c80b6 添加 1 month ago
..
build 2dff5c80b6 添加 1 month ago
src 2dff5c80b6 添加 1 month ago
.gitignore 2dff5c80b6 添加 1 month ago
LICENSE 2dff5c80b6 添加 1 month ago
README.md 2dff5c80b6 添加 1 month ago
build.xml 2dff5c80b6 添加 1 month ago
composer.json 2dff5c80b6 添加 1 month ago

README.md

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"
    }
}