• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..28-Mar-2019-

build/H28-Mar-2019-6342

src/H28-Mar-2019-671657

LICENSEH A D27-Mar-20191.5 KiB3427

README.mdH A D27-Mar-2019474 1711

build.xmlH A D27-Mar-2019763 2519

composer.jsonH A D27-Mar-2019601 2725

README.md

1# Resource Operations
2
3Provides a list of PHP built-in functions that operate on resources.
4
5## Installation
6
7To 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:
8
9```JSON
10{
11    "require": {
12        "sebastian/resource-operations": "~1.0"
13    }
14}
15```
16
17