Store
Table of Contents
Classes
- CookieStore
- This class provides a layer to persist transient auth data using cookies.
- MemoryStore
- In memory storage. This is useful only in tests. Do not use this in production.
- Psr14Store
- This class allows host applications to build custom session storage methods through PSR-14 event hooks.
- Psr6Store
- The PSR-6 store needs a PSR-6 CacheItemPool and a public StoreInterface (e.g. CookieStore).
- SessionStore
- This class provides a layer to persist data using PHP Sessions.