PHPackages                             koolreport/stateless - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. koolreport/stateless

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

koolreport/stateless
====================

Assist creating stateless application

1.0.0(2y ago)217MITPHPPHP &gt;=7.1

Since Jan 26Pushed 2y ago2 watchersCompare

[ Source](https://github.com/koolreport/stateless)[ Packagist](https://packagist.org/packages/koolreport/stateless)[ Docs](https://www.koolreport.com)[ RSS](/packages/koolreport-stateless/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

Stateless
=========

[](#stateless)

This package will contain everything to construct a stateless PHP application.

Sessions
--------

[](#sessions)

The first of very first of making a stateless application is to make stateless session for PHP. There are few options:

1. Use encrypted cookie: Encryped sessions with JWT and store inside cookie.
2. Databases: Store the sessions into databases

JWTSession
----------

[](#jwtsession)

```
