Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Aug 18, 2023
1 parent 8aa6946 commit 70c41bb
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
# http-server-session

![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)

`amphp/http-server-session` is a non-blocking session handler for use with [`amphp/http-server`](https://github.com/amphp/http-server).

## Requirements

- PHP 7
AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind. This package provides an [HTTP server](https://amphp.org/http-server) plugin that simplifies session management for your applications. Effortlessly handle user sessions, securely managing data across requests.

## Installation

This package can be installed as a [Composer](https://getcomposer.org/) dependency.

```bash
composer require amphp/http-server-session
```

## Documentation
## Usage

Not documented, yet.

## Contributing

TBD.
Please read [our rules](https://amphp.org/contributing) for details on our code of conduct, and the process for submitting pull requests to us.

## Security

If you discover any security related issues, please email `bobwei9@hotmail.com` or `me@kelunik.com` instead of using the issue tracker.
If you discover any security related issues, please use the private security issue reporter instead of using the public issue tracker.

## License

Expand Down

0 comments on commit 70c41bb

Please sign in to comment.