Skip to content

Commit e560821

Browse files
committed
Updated all the readmes to be coherent
1 parent 1c3a72b commit e560821

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

+14-7
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,28 @@
11
# Array PSR-6 Cache pool
2-
[![Latest Stable Version](https://poser.pugx.org/cache/array-adapter/v/stable)](https://packagist.org/packages/cache/array-adapter) [![codecov.io](https://codecov.io/github/php-cache/array-adapter/coverage.svg?branch=master)](https://codecov.io/github/php-cache/array-adapter?branch=master) [![Build Status](https://travis-ci.org/php-cache/array-adapter.svg?branch=master)](https://travis-ci.org/php-cache/array-adapter) [![Total Downloads](https://poser.pugx.org/cache/array-adapter/downloads)](https://packagist.org/packages/cache/array-adapter) [![Monthly Downloads](https://poser.pugx.org/cache/array-adapter/d/monthly.png)](https://packagist.org/packages/cache/array-adapter) [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
2+
[![Gitter](https://badges.gitter.im/php-cache/cache.svg)](https://gitter.im/php-cache/cache?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge)
3+
[![Latest Stable Version](https://poser.pugx.org/cache/array-adapter/v/stable)](https://packagist.org/packages/cache/array-adapter)
4+
[![Total Downloads](https://poser.pugx.org/cache/array-adapter/downloads)](https://packagist.org/packages/cache/array-adapter)
5+
[![Monthly Downloads](https://poser.pugx.org/cache/array-adapter/d/monthly.png)](https://packagist.org/packages/cache/array-adapter)
6+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
37

4-
This is a PSR-6 cache implementation using a PHP array. It is a part of the PHP Cache organisation. To read about
8+
This is a PSR-6 cache implementation using PHP array. It is a part of the PHP Cache organisation. To read about
59
features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
610

7-
This adapter could also be called Ephemeral or Memory adapter.
8-
911
### Install
1012

1113
```bash
1214
composer require cache/array-adapter
1315
```
1416

15-
### Configure
17+
### Use
1618

17-
No configuration is needed.
19+
You do not need to do any configuration to use the `ArrayCachePool`.
1820

1921
```php
2022
$pool = new ArrayCachePool();
21-
```
23+
```
24+
25+
### Contribute
26+
27+
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
28+
report any issues you find on the [issue tracker](http://issues.php-cache.com).

0 commit comments

Comments
 (0)