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