Download the PHP package quioteframework/session-pdo without Composer
On this page you can find all versions of the php package quioteframework/session-pdo. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download quioteframework/session-pdo
More information about quioteframework/session-pdo
Files in quioteframework/session-pdo
Download quioteframework/session-pdo
More information about quioteframework/session-pdo
Files in quioteframework/session-pdo
Vendor quioteframework
Package session-pdo
Short Description PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.
License MIT
Homepage https://github.com/quioteframework/session-pdo
Package session-pdo
Short Description PDO-backed session storage for Quiote: a SessionPersistenceInterface implementation for SessionManager, plus a native SessionHandlerInterface implementation for the legacy Storage subsystem.
License MIT
Homepage https://github.com/quioteframework/session-pdo
Please rate this library. Is it a good library?
Informations about the package session-pdo
quioteframework/session-pdo
PDO-backed session storage for Quiote. Ships two independent implementations against Quiote's two session mechanisms:
Quiote\Session\Pdo\PdoSessionPersistenceimplementsQuiote\Session\SessionPersistenceInterface(load/save/delete), the backend forQuiote\Session\SessionManager— the modern, PSR-7-based session mechanism, safe under persistent worker runtimes (FrankenPHP, RoadRunner). Prefer this for new code.Quiote\Storage\Pdo\PdoSessionStorageimplements PHP's nativeSessionHandlerInterfacefor the legacyStorage/SessionStoragemechanism ($_SESSION/session_start()). Kept for apps already built on that mechanism.
Install
Both expect a table shaped like:
PdoSessionPersistence
PdoSessionStorage
Configure via storage.xml/factories with the required db_table parameter (optional: database, db_id_col, db_data_col, db_time_col, data_as_lob, date_format) — see the class docblock for the full list.
License
MIT. See LICENSE.
All versions of session-pdo with dependencies
PHP Build Version
Package Version
The package quioteframework/session-pdo contains the following files
Loading the files please wait ...