Subscribe to PHP Freaks RSS

genai/session (v1.0.2)

syndicated from packagist.org on July 17, 2026

Session component with pluggable storage: native files (default), a project file dir (cache/session), or a database (PDO). A small Session API over native PHP sessions; a SessionStore save-handler decides where the data lives. Driver chosen from the [session] config group. PHP 5.3-safe runtime.