Download the PHP package symbiotic/http-cookie without Composer
On this page you can find all versions of the php package symbiotic/http-cookie. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download symbiotic/http-cookie
More information about symbiotic/http-cookie
Files in symbiotic/http-cookie
Download symbiotic/http-cookie
More information about symbiotic/http-cookie
Files in symbiotic/http-cookie
Vendor symbiotic
Package http-cookie
Short Description Slim (10Kb) implementation of working with cookies, with psr-15 middleware, without dependencies (psr interfaces only).
License MIT
Package http-cookie
Short Description Slim (10Kb) implementation of working with cookies, with psr-15 middleware, without dependencies (psr interfaces only).
License MIT
Please rate this library. Is it a good library?
Informations about the package http-cookie
Symbiotic Http Cookie
README.RU.md РУССКОЕ ОПИСАНИЕ
Features
- Accepts basic settings for installing cookies (domain, path, secure, expires, etc.)
- No extra code and very light (9 Kb)
- Compatible with PSR-15, PSR-7
- Included PSR-15 Cookie Middleware
- Has no dependencies, only PSR interfaces
- You can work as with an array (ArrayAccess)
- Нет приватных свойств и методов
Installation
Using
For easier operation, the package has a ready-made PSR-15 Middleware, which itself will accept cookies from the request and send them in response:
\Symbiotic\Http\Cookie\CookiesMiddleware
Initialization
Getting and checking availability
Setting the response cookie
Deleting cookies
Working as with an array (ArrayAccess)
For easier data access and easier cookie installation, the class implements the \ArrayAccess interface.
All versions of http-cookie with dependencies
PHP Build Version
Package Version
Requires
php Version
>=8.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-message Version ^1.0
psr/http-server-middleware Version ^1.0
psr/http-server-handler Version ^1.0
psr/http-message Version ^1.0
The package symbiotic/http-cookie contains the following files
Loading the files please wait ....