2017 © Pedro Peláez
 

library php-session

A simple encrypted session handler. PHP 7+

image

chillerlan/php-session

A simple encrypted session handler. PHP 7+

  • Wednesday, March 28, 2018
  • by codemasher
  • Repository
  • 1 Watchers
  • 0 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 8 % Grown

The README.md

chillerlan/php-session

A SessionHandlerInterface implementation for PHP 7.2+, (*1)

version ![license][license-badge] ![Travis][travis-badge] ![Coverage][coverage-badge] ![Scrunitizer][scrutinizer-badge] ![Packagist downloads][downloads-badge] ![PayPal donate][donate-badge], (*2)

Documentation

Requirements

  • PHP 7.2+
  • the Sodium extension for session encryption

Installation

requires composer, (*3)

composer.json (note: replace dev-master with a version boundary), (*4)

{
    "require": {
        "php": ">=7.0.3",
        "chillerlan/php-session": "dev-master"
    }
}

Manual installation

Download the desired version of the package from master or release and extract the contents to your project folder. After that: - run composer install to install the required dependencies and generate /vendor/autoload.php. - if you use a custom autoloader, point the namespace chillerlan\Session to the folder src of the package, (*5)

Profit!, (*6)

Usage

  • @todo

The Versions