Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 1.2 KB

readme.md

File metadata and controls

18 lines (17 loc) · 1.2 KB

Period

CI
Period is an object-oriented PHP session manager thats simple and easy to use. The purpose of this package was to make session management usable in an object-oriented manner. We also added some cool features to enhance you PHP session management. This package is completely framework agnostic and can be used in any web application.

Installation

The best way to install Period is through composer.

composer require lovephpforever/period

Usage

Array Access

This session manger also allows array access. So you could use the session manager instance just like an array. Check out the example below. The session manager also implements Traversable which means the object can be used in a foreach.

Contributing

All contributions are welcome! If you wish to contribute.

License

This project is licensed under the terms of the MIT License.