Skip to content

Commit c404a2b

Browse files
committed
Updated all the readmes to be coherent
1 parent 4f9b6fa commit c404a2b

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

README.md

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

48
This is a PHP session handler that supports PSR-6 cache. It is a part of the PHP Cache organisation. Find more
59
documentation at [www.php-cache.com](http://www.php-cache.com).
@@ -11,7 +15,7 @@ documentation at [www.php-cache.com](http://www.php-cache.com).
1115
composer require cache/session-handler
1216
```
1317

14-
### Configure
18+
### Use
1519

1620
```php
1721
$pool = new ArrayCachePool();
@@ -22,4 +26,5 @@ $sessionHandler = new Psr6SessionHandler($pool, $config);
2226

2327
### Contribute
2428

25-
Contributions are very welcome! Send us a pull request or report any issues you find on the [issue tracker](https://github.com/php-cache/issues/issues).
29+
Contributions are very welcome! Send a pull request to the [main repository](https://github.com/php-cache/cache) or
30+
report any issues you find on the [issue tracker](http://issues.php-cache.com).

0 commit comments

Comments
 (0)