Download the PHP package aidynmakhataev/laravel-tarantool-session without Composer
On this page you can find all versions of the php package aidynmakhataev/laravel-tarantool-session. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download aidynmakhataev/laravel-tarantool-session
More information about aidynmakhataev/laravel-tarantool-session
Files in aidynmakhataev/laravel-tarantool-session
Package laravel-tarantool-session
Short Description A Tarantool session driver for Laravel
License MIT
Informations about the package laravel-tarantool-session
Laravel Tarantool Session Driver
A Tarantool session driver for Laravel. For more information about sessions, check http://laravel.com/docs/session.
Requirements
- PHP ^7.2
- Laravel ^5.5
Installation
Via Composer
Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.
Laravel without auto-discovery:
If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php
Change session driver
Change the session driver in config/session.php
to tarantool:
'driver' => 'tarantool',
Configuration
You can publish the config file with the following command:
You need to provide following tarantool connection variables
Transfer session from another storage
You can easily transfer your sessions with following artisan commands
File Driver
Redis Driver
Currently not supported
Database Driver
Currently not supported
Memcached Driver
Currently not supported
License
MIT. Please see the license file for more information.
All versions of laravel-tarantool-session with dependencies
tarantool/client Version ^0.8.0
illuminate/console Version ^5.5 || ^6 || ^7
illuminate/session Version ~5.0|~6.0|~7.0
rybakit/msgpack Version ^0.7.0