aurora / http-session
HTTP transaction container, including connection management and HTTP message codec
Installs: 0
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/aurora/http-session
Requires
- php: >=7.0
- aurora/http-connection: ~0.1
- aurora/http-message-codec: ~0.1
- aurora/http-transaction: ~0.1
- panlatent/context: ~1.0
- psr/http-message: ~1.0
Requires (Dev)
- php-coveralls/php-coveralls: ^2.0
- phpunit/phpunit: ^6.5
This package is auto-updated.
Last update: 2025-03-15 07:25:35 UTC
README
HTTP sessions is a HTTP transaction container from same client, including connection management and HTTP message codec.____
Installation
It's recommended that you use Composer to install this library.
$ composer require aurora/http-session
This will install the library and all required dependencies. The library requires PHP 7.0 or newer.
Usage
License
The HTTP Session is open-sourced software licensed under the MIT license.