/session

Joomla Framework Session Package

Primary LanguagePHPGNU General Public License v2.0GPL-2.0

The Session Package Build Status

Latest Stable Version Total Downloads Latest Unstable Version License

Deprecated

The joomla/session package has been deprecated. No further updates are planned.

Installation via Composer

Add "joomla/session": "~1.0" to the require block in your composer.json and then run composer install.

{
	"require": {
		"joomla/session": "~1.0"
	}
}

Alternatively, you can simply run the following from the command line:

composer require joomla/session "~1.0"