Skip to content

Instantly share code, notes, and snippets.

View Ayoubsss's full-sized avatar

ayoubelasy Ayoubsss

View GitHub Profile
@Nilpo
Nilpo / Session.php
Last active August 5, 2023 16:48
A simple session wrapper class to provide static OOP access to PHP sessions.
<?php
/**
* Session Helper Class
*
* A simple session wrapper class.
*
* Recommended for use with PHP 5.4.0 or higher. (Not required.)
*
* Usage Example: