https://github.com/joomla-framework/session
Joomla Framework Session Package
https://github.com/joomla-framework/session
joomla joomla-framework php session
Last synced: 5 months ago
JSON representation
Joomla Framework Session Package
- Host: GitHub
- URL: https://github.com/joomla-framework/session
- Owner: joomla-framework
- License: gpl-2.0
- Created: 2013-02-24T03:35:39.000Z (almost 13 years ago)
- Default Branch: 3.x-dev
- Last Pushed: 2025-07-19T15:20:31.000Z (6 months ago)
- Last Synced: 2025-07-19T19:14:38.890Z (6 months ago)
- Topics: joomla, joomla-framework, php, session
- Language: PHP
- Homepage: https://framework.joomla.org/
- Size: 440 KB
- Stars: 5
- Watchers: 14
- Forks: 21
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# The Session Package [](https://github.com/joomla-framework/session)
[](https://packagist.org/packages/joomla/session)
[](https://packagist.org/packages/joomla/session)
[](https://packagist.org/packages/joomla/session)
[](https://packagist.org/packages/joomla/session)
The Session package provides an interface for managing sessions within an application.
## Requirements
* PHP 8.1 or later
## Installation via Composer
Add `"joomla/session": "~3.0"` to the require block in your composer.json and then run `composer install`.
```json
{
"require": {
"joomla/session": "~3.0"
}
}
```
Alternatively, you can simply run the following from the command line:
```sh
composer require joomla/session "~3.0"
```
If you want to include the test sources, use
```sh
composer require --prefer-source joomla/session "~3.0"
```