https://github.com/glowyphp/session
Session Package provide a fluent, object-oriented interface for working with Session.
https://github.com/glowyphp/session
glowy glowyphp package php php-package session
Last synced: about 1 month ago
JSON representation
Session Package provide a fluent, object-oriented interface for working with Session.
- Host: GitHub
- URL: https://github.com/glowyphp/session
- Owner: glowyphp
- License: mit
- Created: 2020-09-21T18:57:08.000Z (over 5 years ago)
- Default Branch: 4.x
- Last Pushed: 2022-10-09T08:13:21.000Z (over 3 years ago)
- Last Synced: 2025-04-06T22:42:57.763Z (10 months ago)
- Topics: glowy, glowyphp, package, php, php-package, session
- Language: PHP
- Homepage: https://awilum.github.io/glowyphp/session
- Size: 52.7 KB
- Stars: 8
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Session
Session Package provide a fluent, object-oriented interface for working with Session.
### Installation
#### With [Composer](https://getcomposer.org)
```
composer require glowy/session
```
### Resources
* [Documentation](https://awilum.github.io/glowyphp/session)
### Tests
Run tests
```
./vendor/bin/pest
```
### License
[The MIT License (MIT)](https://github.com/glowyphp/session/blob/master/LICENSE.txt)
Copyright (c) [Sergey Romanenko](https://github.com/Awilum)