Chris@2: # Resource Operations Chris@2: Chris@2: Provides a list of PHP built-in functions that operate on resources. Chris@2: Chris@2: ## Installation Chris@2: Chris@2: 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: Chris@2: Chris@2: ```JSON Chris@2: { Chris@2: "require": { Chris@2: "sebastian/resource-operations": "~1.0" Chris@2: } Chris@2: } Chris@2: ``` Chris@2: