lizhen_gitee 414078cafe vendor加入版本库 1 anno fa
..
.github 414078cafe vendor加入版本库 1 anno fa
build 414078cafe vendor加入版本库 1 anno fa
src 414078cafe vendor加入版本库 1 anno fa
tests 414078cafe vendor加入版本库 1 anno fa
.gitignore 414078cafe vendor加入版本库 1 anno fa
.php_cs.dist 414078cafe vendor加入版本库 1 anno fa
ChangeLog.md 414078cafe vendor加入版本库 1 anno fa
LICENSE 414078cafe vendor加入版本库 1 anno fa
README.md 414078cafe vendor加入版本库 1 anno fa
build.xml 414078cafe vendor加入版本库 1 anno fa
composer.json 414078cafe vendor加入版本库 1 anno fa

README.md

Resource Operations

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