imphp/session

Seperate Authentication/Authorization package that contains a session library

1.1.0 2021-11-01 16:28 UTC

This package is auto-updated.

Last update: 2024-03-29 04:33:02 UTC


README

A decoupled session library that does not directly require user cookies and can be implemented in any way required.

Full Documentation

You can view the Full Documentation to lean more about what this offers.

Installation

Using .phar library

wget https://github.com/IMPHP/session/releases/download/<version>/imphp-session.phar
require "imphp-session.phar";

...

Clone via git

git clone https://github.com/IMPHP/session.git imphp/session/

Composer (Packagist)

composer require imphp/session