You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a PHP session handler that supports PSR-6 cache. It is a part of the PHP Cache organisation. Find more
5
9
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).
11
15
composer require cache/session-handler
12
16
```
13
17
14
-
### Configure
18
+
### Use
15
19
16
20
```php
17
21
$pool = new ArrayCachePool();
@@ -22,4 +26,5 @@ $sessionHandler = new Psr6SessionHandler($pool, $config);
22
26
23
27
### Contribute
24
28
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