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

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

nnbzh/laravel-tarantool
=======================

A Tarantool based Eloquent ORM and Query builder for Laravel

1.1.2(4y ago)095BSD-3-ClausePHPPHP ^8.0

Since Aug 22Pushed 4y agoCompare

[ Source](https://github.com/nnbzh/laravel-tarantool)[ Packagist](https://packagist.org/packages/nnbzh/laravel-tarantool)[ Docs](https://github.com/chocofamilyme/laravel-tarantool)[ RSS](/packages/nnbzh-laravel-tarantool/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (8)Versions (24)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 69% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 59% 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 ~69 days

Recently: every ~119 days

Total

14

Last Release

1589d ago

Major Versions

0.1.9 → 1.0.02020-11-24

PHP version history (4 changes)0.1.0PHP ^7.2

1.0.0PHP ^7.3

1.1.1PHP ^7.3|^8.0

1.1.2PHP ^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/47106764?v=4)[Nurassyl](/maintainers/nnbzh)[@nnbzh](https://github.com/nnbzh)

---

Top Contributors

[![kamenevn](https://avatars.githubusercontent.com/u/7696230?v=4)](https://github.com/kamenevn "kamenevn (23 commits)")[![AidynMakhataev](https://avatars.githubusercontent.com/u/19181566?v=4)](https://github.com/AidynMakhataev "AidynMakhataev (13 commits)")[![0x3337](https://avatars.githubusercontent.com/u/6462138?v=4)](https://github.com/0x3337 "0x3337 (1 commits)")[![Lootjs](https://avatars.githubusercontent.com/u/16526639?v=4)](https://github.com/Lootjs "Lootjs (1 commits)")[![nnbzh](https://avatars.githubusercontent.com/u/47106764?v=4)](https://github.com/nnbzh "nnbzh (1 commits)")

---

Tags

laravelormeloquentdbtarantooleloquent-tarantool

###  Code Quality

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[mongodb/laravel-mongodb

A MongoDB based Eloquent model and Query builder for Laravel

7.1k8.4M95](/packages/mongodb-laravel-mongodb)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M130](/packages/roots-acorn)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45444.2k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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