PHPackages                             duorenwei/laravel-dm8 - 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. duorenwei/laravel-dm8

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

duorenwei/laravel-dm8
=====================

DM8 database driver for Laravel with project-maintained fixes.

v1.1.2(1mo ago)18MITPHPPHP ^8.0

Since Apr 21Pushed 1mo agoCompare

[ Source](https://github.com/Superstarzmx/laravel-dm8)[ Packagist](https://packagist.org/packages/duorenwei/laravel-dm8)[ RSS](/packages/duorenwei-laravel-dm8/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (4)Versions (3)Used By (0)

Laravel DM8 Driver
==================

[](#laravel-dm8-driver)

`duorenwei/laravel-dm8` is a Laravel 9 DM8 database driver package maintained from the original `maxlcoder/laravel-dm8` codebase and extended with project-level fixes.

Included Fixes
--------------

[](#included-fixes)

- DSN charset handling for `pdo_dm`
- `selectOne()` compatibility for nested `rownum` queries
- query grammar adjustments used by the project
- `insertGetId()` and LOB processor fixes
- schema prefix support in published config

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

[](#requirements)

- PHP 8.0+
- Laravel 9.x database components
- DM8 PDO extension available in the runtime environment

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

[](#installation)

```
composer require duorenwei/laravel-dm8
```

Laravel package discovery will register these service providers automatically:

- `Duorenwei\LaravelDm8\Dm8\Dm8ServiceProvider`
- `Duorenwei\LaravelDm8\Dm8\Dm8ValidationServiceProvider`

Local Path Development
----------------------

[](#local-path-development)

When this package is developed inside another project repository, it can be consumed through a Composer `path` repository:

```
{
  "repositories": [
    {
      "type": "path",
      "url": "packages/duorenwei/laravel-dm8",
      "options": {
        "symlink": false
      }
    }
  ]
}
```

Then refresh the mirrored vendor copy with:

```
composer update duorenwei/laravel-dm8 --with-all-dependencies --no-scripts
```

Release Notes
-------------

[](#release-notes)

Use Git tags as package versions when publishing to a VCS or Composer repository. Do not maintain a manual `version` field in `composer.json`.

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance90

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

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 ~0 days

Total

2

Last Release

48d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4050562b78258a94538dbe62fe6503c1c6501354c4e6090192949f18caf7a0cd?d=identicon)[Superstarzmx](/maintainers/Superstarzmx)

---

Tags

laraveldatabasedm8dameng

### Embed Badge

![Health badge](/badges/duorenwei-laravel-dm8/health.svg)

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

###  Alternatives

[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8733.1M23](/packages/yajra-laravel-oci8)[laravel-doctrine/orm

An integration library for Laravel and Doctrine ORM

8455.5M96](/packages/laravel-doctrine-orm)[watson/validating

Eloquent model validating trait.

9743.4M53](/packages/watson-validating)[psalm/plugin-laravel

Psalm plugin for Laravel

3325.1M337](/packages/psalm-plugin-laravel)[api-platform/laravel

API Platform support for Laravel

59156.3k10](/packages/api-platform-laravel)[itpathsolutions/dbstan

Database Standardization and Analysis Tool for Laravel

442.1k](/packages/itpathsolutions-dbstan)

PHPackages © 2026

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