PHPackages                             gumphp/webman-duckdb - 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. gumphp/webman-duckdb

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

gumphp/webman-duckdb
====================

A DuckDB based Eloquent model and Query builder for webman

v1.0.3(3mo ago)06MITPHP

Since Oct 29Pushed 3mo agoCompare

[ Source](https://github.com/gumphp/webman-duckdb)[ Packagist](https://packagist.org/packages/gumphp/webman-duckdb)[ RSS](/packages/gumphp-webman-duckdb/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (2)Versions (4)Used By (0)

duckdb for webman
=================

[](#duckdb-for-webman)

安装 DuckDB PHP 扩展
----------------

[](#安装-duckdb-php-扩展)

配置 `config/bootstrap.php`
-------------------------

[](#配置-configbootstrapphp)

```
return [
    // ...
    GumPHP\WebmanDuckDB\DuckDB::class,
];
```

配置 `config/database.php`
------------------------

[](#配置-configdatabasephp)

```
'duckdb' => [
    'driver' => 'duckdb',
    'database' => env('DUCKDB_DATABASE', ':memory:'),
    'prefix' => '',
    'config' => [
        'threads' => env('DUCKDB_THREADS', 4),
    ],
],
```

更多说明：
-----

[](#更多说明)

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance78

Regular maintenance activity

Popularity4

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

 Bus Factor1

Top contributor holds 50% 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 ~42 days

Total

3

Last Release

118d ago

### Community

Maintainers

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

---

Top Contributors

[![chenwencheng](https://avatars.githubusercontent.com/u/17660503?v=4)](https://github.com/chenwencheng "chenwencheng (2 commits)")[![gumphp](https://avatars.githubusercontent.com/u/12705667?v=4)](https://github.com/gumphp "gumphp (2 commits)")

### Embed Badge

![Health badge](/badges/gumphp-webman-duckdb/health.svg)

```
[![Health](https://phpackages.com/badges/gumphp-webman-duckdb/health.svg)](https://phpackages.com/packages/gumphp-webman-duckdb)
```

###  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.4k](/packages/illuminate-database)[mongodb/mongodb

MongoDB driver library

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

Use ramsey/uuid as a Doctrine field type.

90340.3M211](/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)
