php-session-unserialize

JSON →
library 0.2.2 ·javascript
verified Jun 7, 2026

Converts PHP session strings (stored in Redis or elsewhere) into JavaScript objects. Version 0.2.2 processes PHP session format including session ID prefix and serialized PHP data. Lightweight utility with no dependencies, supports Node.js 4+. Unlike full PHP serialization libraries, this focuses solely on session deserialization and handles common edge cases like nested arrays and objects. Low release cadence; browser support listed as TODO.