2017 © Pedro Peláez
 

library sessions

Use Laravel session Api to work with plain old PHP sessions in any project

image

arrilot/sessions

Use Laravel session Api to work with plain old PHP sessions in any project

  • Tuesday, April 10, 2018
  • by Arrilot
  • Repository
  • 1 Watchers
  • 3 Stars
  • 224 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 164 % Grown

The README.md

Latest Stable Version Total Downloads Build Status Scrutinizer Quality Score, (*1)

Laravel-like framework agnostic session package

Use Laravel session Api to work with plain-old php sessions in any project, (*2)

Installation

1) composer require arrilot/sessions, (*3)

2) Register a service provider anywhere in your bootstrap code., (*4)

Arrilot\Sessions\SessionProvider::register();

Usage

Arrilot\Sessions\Session is the main class provided by the package. You can treat this class just like the Laravel Session facade and call literally any method listed here + Session::now() from 5.1., (*5)

Example:, (*6)

use Arrilot\Sessions\Session;

Session::flash('message', 'Email was sent');

Note that the package does not actually require laravel session component. It provides Laravel API to work with built-in php sessions ($_SESSION) instead., (*7)

The Versions

10/04 2018

dev-master

9999999-dev https://github.com/arrilot/sessions

Use Laravel session Api to work with plain old PHP sessions in any project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel sessions standalone

03/12 2015

1.0.3

1.0.3.0 https://github.com/arrilot/sessions

Use Laravel session Api to work with plain old PHP sessions in any project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel sessions standalone

03/12 2015

1.0.2

1.0.2.0 https://github.com/arrilot/sessions

Use Laravel session Api to work with plain old PHP sessions in any project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel sessions standalone

17/09 2015

1.0.1

1.0.1.0 https://github.com/arrilot/sessions

Use Laravel session Api to work with plain old PHP sessions in any project

  Sources   Download

MIT

The Requires

 

The Development Requires

by Nekrasov Ilya

laravel sessions standalone