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

ActiveLibrary

dmmars/dmlaravel
================

php\_dm dm8

11.0.3(1y ago)131MITPHPPHP ^8.2

Since Nov 19Pushed 1y ago1 watchersCompare

[ Source](https://github.com/dmmars/dmlaravel)[ Packagist](https://packagist.org/packages/dmmars/dmlaravel)[ RSS](/packages/dmmars-dmlaravel/feed)WikiDiscussions 11.x Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (4)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 dmmars/dmlaravel:^11
```

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
```

Then run your laravel installation...

License
-------

[](#license)

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

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance43

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Total

3

Last Release

455d ago

### Community

Maintainers

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

---

Top Contributors

[![dmmars](https://avatars.githubusercontent.com/u/188146326?v=4)](https://github.com/dmmars "dmmars (15 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[laravel/cashier

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

2.5k25.9M107](/packages/laravel-cashier)[laravel/scout

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

1.7k49.4M479](/packages/laravel-scout)[tucker-eric/eloquentfilter

An Eloquent way to filter Eloquent Models

1.8k4.8M26](/packages/tucker-eric-eloquentfilter)[yajra/laravel-oci8

Oracle DB driver for Laravel via OCI8

8703.0M17](/packages/yajra-laravel-oci8)[mehdi-fathi/eloquent-filter

Eloquent Filter adds custom filters automatically to your Eloquent Models in Laravel.It's easy to use and fully dynamic, just with sending the Query Strings to it.

450191.6k1](/packages/mehdi-fathi-eloquent-filter)[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.

44643.1k1](/packages/pressbooks-pressbooks)

PHPackages © 2026

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