PHPackages                             nailfor/couchbase - 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. nailfor/couchbase

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

nailfor/couchbase
=================

v0.1.6(2y ago)11101PHP

Since Mar 14Pushed 2y ago1 watchersCompare

[ Source](https://github.com/nailfor/couchbase)[ Packagist](https://packagist.org/packages/nailfor/couchbase)[ RSS](/packages/nailfor-couchbase/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (7)Used By (0)

PHP Couchbase client for Laravel
================================

[](#php-couchbase-client-for-laravel)

Couchbase client for Eloquent ORM

Features
--------

[](#features)

All models are inherited from Illuminate\\Database\\Eloquent\\Model so most methods work natively

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

[](#installation)

The preferred way to install this extension is through [composer](http://getcomposer.org/download/).

Either run

```
composer require nailfor/couchbase

```

or add

```
"nailfor/couchbase" : "*"
```

to the require section of your application's `composer.json` file.

Configure
---------

[](#configure)

Add config/app.php

```
    'providers' => [
        ...
        nailfor\Couchbase\CouchbaseServiceProvider::class,
```

and config/database.php

```
    'connections' => [
        ...
        'couchbase' => [ //the name of connection in your models(default)
            'driver' => 'couchbase',
            'username' => 'username',
            'password' => 'password',
        ],
```

Credits
-------

[](#credits)

- [nailfor](https://github.com/nailfor)

License
-------

[](#license)

The GNU License (GNU). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance31

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.1% 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 ~8 days

Total

6

Last Release

744d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1f0e23d07efd81dccb69223c1ef1897b2aa0d3eb74d7b2ee3627160406d43334?d=identicon)[nailfor](/maintainers/nailfor)

---

Top Contributors

[![365g1s22](https://avatars.githubusercontent.com/u/4192418?v=4)](https://github.com/365g1s22 "365g1s22 (4 commits)")[![nailfor](https://avatars.githubusercontent.com/u/13346879?v=4)](https://github.com/nailfor "nailfor (3 commits)")

### Embed Badge

![Health badge](/badges/nailfor-couchbase/health.svg)

```
[![Health](https://phpackages.com/badges/nailfor-couchbase/health.svg)](https://phpackages.com/packages/nailfor-couchbase)
```

###  Alternatives

[doctrine/orm

Object-Relational-Mapper for PHP

10.2k285.3M6.2k](/packages/doctrine-orm)[jdorn/sql-formatter

a PHP SQL highlighting library

3.9k115.1M102](/packages/jdorn-sql-formatter)[illuminate/database

The Illuminate Database package.

2.8k52.4M9.3k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

1.6k64.0M541](/packages/mongodb-mongodb)[ramsey/uuid-doctrine

Use ramsey/uuid as a Doctrine field type.

90340.3M208](/packages/ramsey-uuid-doctrine)[reliese/laravel

Reliese Components for Laravel Framework code generation.

1.7k3.4M16](/packages/reliese-laravel)

PHPackages © 2026

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