PHPackages                             aidynmakhataev/laravel-tarantool-session - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. aidynmakhataev/laravel-tarantool-session

ActiveLibrary[Database &amp; ORM](/categories/database)

aidynmakhataev/laravel-tarantool-session
========================================

A Tarantool session driver for Laravel

0.4.2(5y ago)14.6kMITPHPPHP ^7.2

Since Jul 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/AidynMakhataev/laravel-tarantool-session)[ Packagist](https://packagist.org/packages/aidynmakhataev/laravel-tarantool-session)[ RSS](/packages/aidynmakhataev-laravel-tarantool-session/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (6)Dependencies (4)Versions (14)Used By (0)

Laravel Tarantool Session Driver
================================

[](#laravel-tarantool-session-driver)

A Tarantool session driver for Laravel. For more information about sessions, check .

Requirements
------------

[](#requirements)

- PHP ^7.2
- Laravel ^5.5

Installation
------------

[](#installation)

Via Composer

```
composer require aidynmakhataev/laravel-tarantool-session
```

Laravel uses Package Auto-Discovery, so doesn't require you to manually add the ServiceProvider.

### Laravel without auto-discovery:

[](#laravel-without-auto-discovery)

If you don't use auto-discovery, add the ServiceProvider to the providers array in config/app.php

```
\AidynMakhataev\Tarantool\Session\SessionServiceProvider::class
```

### Change session driver

[](#change-session-driver)

Change the session driver in `config/session.php` to tarantool:

```
'driver' => 'tarantool',

```

Configuration
-------------

[](#configuration)

You can publish the config file with the following command:

```
php artisan vendor:publish --tag="tarantool-session-config"
```

You need to provide following tarantool connection variables

```
TARANTOOL_SESSION_HOST=tcp://tarantool
TARANTOOL_SESSION_USER=user
TARANTOOL_SESSION_PASSWORD=password
TARANTOOL_SESSION_SPACE=sessions
```

Transfer session from another storage
-------------------------------------

[](#transfer-session-from-another-storage)

You can easily transfer your sessions with following artisan commands

### File Driver

[](#file-driver)

```
php artisan tarantool-session:transfer-file
```

### Redis Driver

[](#redis-driver)

Currently not supported

### Database Driver

[](#database-driver)

Currently not supported

### Memcached Driver

[](#memcached-driver)

Currently not supported

License
-------

[](#license)

MIT. Please see the [license file](LICENSE) for more information.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~1 days

Total

7

Last Release

2106d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/05bd73f86bccc02a979273fd6b74f2573e3f3c1d2120a879a15c74d8d6abbf63?d=identicon)[AidynMakhataev](/maintainers/AidynMakhataev)

---

Top Contributors

[![AidynMakhataev](https://avatars.githubusercontent.com/u/19181566?v=4)](https://github.com/AidynMakhataev "AidynMakhataev (18 commits)")

---

Tags

laravelsessionsession-drivertarantooltarantool-sessionlaraveldriversessiontarantool

### Embed Badge

![Health badge](/badges/aidynmakhataev-laravel-tarantool-session/health.svg)

```
[![Health](https://phpackages.com/badges/aidynmakhataev-laravel-tarantool-session/health.svg)](https://phpackages.com/packages/aidynmakhataev-laravel-tarantool-session)
```

###  Alternatives

[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[jenssegers/mongodb-session

A MongoDB session driver for Laravel 4, 5, 6, 7 and 8

76308.1k3](/packages/jenssegers-mongodb-session)[clickbar/laravel-magellan

This package provides functionality for working with the postgis extension in Laravel.

423715.4k1](/packages/clickbar-laravel-magellan)[cybercog/laravel-clickhouse

ClickHouse migrations for Laravel

163166.8k](/packages/cybercog-laravel-clickhouse)[ytake/laravel-couchbase

Couchbase providers for Laravel

3051.9k](/packages/ytake-laravel-couchbase)[yii2tech/illuminate

Yii2 to Laravel Migration Package

11315.1k](/packages/yii2tech-illuminate)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
