dashifen/session

a PHP session handling object

1.2.2 2019-11-30 20:22 UTC

This package is auto-updated.

Last update: 2024-04-29 03:53:26 UTC


README

A few years ago, I built this object for use in a larger project. It sat within that project and gathered dust since then. But, it was pretty useful, so I decided to extract it into its own package. Maybe it'll only be useful to me, but who knows!

NOTE: this is not (at this time) intended to be an implementation of \SessionHandlerInterface. Instead, it's just a way to make $_SESSION feel a little more object oriented and a way to avoid messing with the superglobal within code if you don't want to.