Skip to content

A object-oriented PHP session manager that's simple and easy to use.

License

Notifications You must be signed in to change notification settings

lovephpforever/period

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A object-oriented PHP session manager that's simple and easy to use.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages