https://github.com/zaphyr-org/session
A session handler repository for maintaining user state across multiple requests.
https://github.com/zaphyr-org/session
csrf session session-handler session-management
Last synced: 3 months ago
JSON representation
A session handler repository for maintaining user state across multiple requests.
- Host: GitHub
- URL: https://github.com/zaphyr-org/session
- Owner: zaphyr-org
- License: mit
- Created: 2023-06-26T17:54:49.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-02-10T16:33:34.000Z (12 months ago)
- Last Synced: 2025-02-10T17:35:23.378Z (12 months ago)
- Topics: csrf, session, session-handler, session-management
- Language: PHP
- Homepage: https://zaphyr.org/docs/1.x/repositories/session
- Size: 70.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README





# Session
A session handler repository for maintaining user state across multiple requests.
## System Requirements
You need `PHP => 8.1.0` but the latest stable version of PHP is recommended.
## Installation
It's recommended that you use [Composer](https://getcomposer.org/) to install the session repository.
```console
composer require zaphyr-org/session
```
## Documentation
You can read the full documentation [here](https://zaphyr.org/docs/1.x/repositories/session).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Issues
Bug reports and feature requests can be submitted on the [GitHub Issue Tracker](https://github.com/zaphyr-org/session/issues).
## Security
If you discover security related issues, please email security@zaphyr.org **instead of using the issue tracker!**
## Contributing
Please see [CONTRIBUTING](https://zaphyr.org/contributions) for details.
## Code of Conduct
Please see [CODE OF CONDUCT](https://zaphyr.org/contributions#content-code-of-conduct) for details.
## License
This project is licensed under the MIT license. See [LICENSE](LICENSE.md) for more information.