Welcome to mirror list, hosted at ThFree Co, Russian Federation.

README.md « resource-operations « sebastian « vendor - github.com/CarnetApp/CarnetNextcloud.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c7f5fe2c5167797decc2e9c33f70306e71c2b1b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# 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:

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