PHPackages                             ginkida/laravel-tarantool - 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. ginkida/laravel-tarantool

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

ginkida/laravel-tarantool
=========================

A Tarantool based Eloquent ORM and Query builder for Laravel

1.0.3(5y ago)0327BSD-3-ClausePHPPHP ^7.3|^8.0

Since Aug 22Pushed 5y agoCompare

[ Source](https://github.com/GInkida/laravel-tarantool)[ Packagist](https://packagist.org/packages/ginkida/laravel-tarantool)[ Docs](https://github.com/chocofamilyme/laravel-tarantool)[ RSS](/packages/ginkida-laravel-tarantool/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (8)Versions (23)Used By (0)

Laravel Tarantool
=================

[](#laravel-tarantool)

This package adds functionalities to the Eloquent model and Query builder for Tarantool, using the original Laravel API. *This library extends the original Laravel classes, so it uses exactly the same methods.*

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

[](#installation)

#### Laravel Version Compatibility

[](#laravel-version-compatibility)

LaravelPackage5.8.x0.1.96.x0.1.97.x0.1.98.x1.x#### Via Composer

[](#via-composer)

```
composer require chocofamilyme/laravel-tarantool

```

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

[](#configuration)

You can use Tarantool either as the main database, either as a side database. To do so, add a new `tarantool` connection to `config/database.php`:

```
'tarantool' => [
    'driver'   => 'tarantool',
    'host'     => env('DB_HOST', '127.0.0.1'),
    'port'     => env('DB_PORT', 3301),
    'database' => env('DB_DATABASE'),
    'username' => env('DB_USERNAME'),
    'password' => env('DB_PASSWORD'),
    'driver_oprions' => [
        'connection_type'     => env('DB_CONNECTION_TYPE', 'tcp')
    ],
    'options'  => [
        'connect_timeout' => 5,
        'max_retries' => 3
    ]
],
```

Set tarantool as main database

```
'default' => env('DB_CONNECTION', 'tarantool'),
```

You can also configure connection with dsn string:

```
'tarantool' => [
    'driver'   => 'tarantool',
    'dsn' => env('DB_DSN'),
    'database' => env('DB_DATABASE'),
],
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 56.4% 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 ~45 days

Total

14

Last Release

1839d ago

Major Versions

0.1.9 → 1.0.02020-11-24

PHP version history (3 changes)0.1.0PHP ^7.2

1.0.0PHP ^7.3

1.0.2PHP ^7.3|^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/ba0c9aab146070fb40149689ab72d0b97cafc9b8ccb6336848fe9bcc676f71df?d=identicon)[ginkida](/maintainers/ginkida)

---

Top Contributors

[![kamenevn](https://avatars.githubusercontent.com/u/7696230?v=4)](https://github.com/kamenevn "kamenevn (22 commits)")[![AidynMakhataev](https://avatars.githubusercontent.com/u/19181566?v=4)](https://github.com/AidynMakhataev "AidynMakhataev (13 commits)")[![ginkida](https://avatars.githubusercontent.com/u/3363127?v=4)](https://github.com/ginkida "ginkida (3 commits)")[![Lootjs](https://avatars.githubusercontent.com/u/16526639?v=4)](https://github.com/Lootjs "Lootjs (1 commits)")

---

Tags

laravelormeloquentdbtarantooleloquent-tarantool

###  Code Quality

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k7.2M71](/packages/mongodb-laravel-mongodb)[dyrynda/laravel-model-uuid

This package allows you to easily work with UUIDs in your Laravel models.

4802.8M8](/packages/dyrynda-laravel-model-uuid)[chocofamilyme/laravel-tarantool

A Tarantool based Eloquent ORM and Query builder for Laravel

182.3k](/packages/chocofamilyme-laravel-tarantool)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.4k](/packages/illuminate-database)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[cybercog/laravel-ban

Laravel Ban simplify blocking and banning Eloquent models.

1.1k651.8k11](/packages/cybercog-laravel-ban)

PHPackages © 2026

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