Skip to content

Commit 47f9fd2

Browse files
committed
Updated all the readmes to be coherent
1 parent 5be226a commit 47f9fd2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1-
# Common classes for a PSR-6 adapter
2-
[![Build Status](https://travis-ci.org/php-cache/adapter-common.svg?branch=master)](https://travis-ci.org/php-cache/adapter-common) [![codecov.io](https://codecov.io/github/php-cache/adapter-common/coverage.svg?branch=master)](https://codecov.io/github/php-cache/adapter-common?branch=master)
1+
# Common PSR-6 Cache pool
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/common-adapter/v/stable)](https://packagist.org/packages/cache/common-adapter)
4+
[![Total Downloads](https://poser.pugx.org/cache/common-adapter/downloads)](https://packagist.org/packages/cache/common-adapter)
5+
[![Monthly Downloads](https://poser.pugx.org/cache/common-adapter/d/monthly.png)](https://packagist.org/packages/cache/common-adapter)
6+
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
37

8+
This repository contains shared classes and interfaces used by the PHP Cache organisation. To read about
9+
features like tagging and hierarchy support please read the shared documentation at [www.php-cache.com](http://www.php-cache.com).
10+
11+
12+
### Contribute
13+
14+
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
15+
report any issues you find on the [issue tracker](http://issues.php-cache.com).

0 commit comments

Comments
 (0)