Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored Feb 8, 2023
1 parent fb25b53 commit 19d2f8c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-session)
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-session/4.4.0)

[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-session)](https://github.com/dotkernel/dot-session/issues)
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-session)](https://github.com/dotkernel/dot-session/network)
[![GitHub stars](https://img.shields.io/github/stars/dotkernel/dot-session)](https://github.com/dotkernel/dot-session/stargazers)
[![GitHub license](https://img.shields.io/github/license/dotkernel/dot-session)](https://github.com/dotkernel/dot-session/blob/4.0/LICENSE.md)

# dot-session

DotKernel session component extending and customizing [laminas-session](https://github.com/laminas/laminas-session)
Expand All @@ -14,4 +22,4 @@ $ composer require dotkernel/dot-session
Next, inject this service in you classes, wherever you need session.
```php
$app->pipe(SessionMiddleware::class);
```
```

0 comments on commit 19d2f8c

Please sign in to comment.