PHPackages                             cherrynechou/dmlaravel - 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. cherrynechou/dmlaravel

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

cherrynechou/dmlaravel
======================

laravel dm8 connection

v1.1(9mo ago)08MITPHPPHP ^8.2

Since Jun 15Pushed 9mo agoCompare

[ Source](https://github.com/cherrynechou/dmlaravel)[ Packagist](https://packagist.org/packages/cherrynechou/dmlaravel)[ RSS](/packages/cherrynechou-dmlaravel/feed)WikiDiscussions main Synced today

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

dmlaravel
=========

[](#dmlaravel)

dmlaravel is a DM Database Driver package for Laravel. dmlaravel is an extension of Illuminate/Database that uses dmpdo extension to communicate with DM. Thanks to @yajra.

Documentations
==============

[](#documentations)

You will find user-friendly and updated documentation here: [laravel-Database](https://laravel.com/docs/master/database)
Add dmphp to the php:[DMPHP](https://eco.dameng.com/document/dm/zh-cn/pm/php-rogramming-guide)

Laravel Version Compatibility
-----------------------------

[](#laravel-version-compatibility)

LaravelPackage11.x11.xmastermasterQuick Installation
------------------

[](#quick-installation)

```
composer require cherrynechou/dmlaravel
```

Configuration (OPTIONAL)
------------------------

[](#configuration-optional)

Finally you can optionally publish a configuration file by running the following Artisan command. If config file is not publish, the package will automatically use what is declared on your `.env` file database configuration.

```
php artisan vendor:publish --tag=dm
```

This will copy the configuration file to `config/dm.php`.

> Note: For [Laravel Lumen configuration](http://lumen.laravel.com/docs/configuration#configuration-files), make sure you have a `config/database.php` file on your project and append the configuration below:

```
'dm' => [
    'driver'         => 'dm',
    'host'           => env('DB_HOST', 'localhost'),
    'port'           => env('DB_PORT', '5236'),
    'database'       => env('DB_DATABASE', ''),
    'schema'         => env('DB_SCHEMA', ''),
    'username'       => env('DB_USERNAME', ''),
    'password'       => env('DB_PASSWORD', ''),
    'charset'        => env('DB_CHARSET', 'UTF8'),
    'prefix'         => env('DB_PREFIX', ''),
],
```

> Then, you can set connection data in your `.env` files:

```
DB_CONNECTION=dm
DB_HOST=localhost
DB_PORT=5236
DB_SCHEMA=SYSDBA
DB_USERNAME=SYSDBA
DB_PASSWORD=sysDBA*00
```

Then run your laravel installation...

License
-------

[](#license)

The MIT License (MIT). Please see [License File](https://github.com/DamengDB/dmlaravel/blob/11.x/LICENSE) for more information.

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance57

Moderate activity, may be stable

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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 ~101 days

Total

2

Last Release

282d ago

### Community

Maintainers

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

---

Top Contributors

[![cherrynechou](https://avatars.githubusercontent.com/u/4892608?v=4)](https://github.com/cherrynechou "cherrynechou (3 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/cherrynechou-dmlaravel/health.svg)

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

###  Alternatives

[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8793.2M25](/packages/yajra-laravel-oci8)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/scout

Laravel Scout provides a driver based solution to searching your Eloquent models.

1.7k55.0M619](/packages/laravel-scout)[api-platform/laravel

API Platform support for Laravel

58171.4k14](/packages/api-platform-laravel)[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)[glushkovds/phpclickhouse-laravel

Adapter of the most popular library https://github.com/smi2/phpClickHouse to Laravel

2051.5M2](/packages/glushkovds-phpclickhouse-laravel)

PHPackages © 2026

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