Download the PHP package maxlcoder/laravel-dm8 without Composer

On this page you can find all versions of the php package maxlcoder/laravel-dm8. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package laravel-dm8

DM DB driver for Laravel 4|5|6|7|8|9 via DM8

查询写法

  1. 使用 selectRaw 或者 DB::raw 函数查询时,如果当前数据库是忽略大小写的,一律返回小写字段名,

推荐更新版本到最新版

修改部分适配 Laravel

  1. 适配 InsertGetId
  2. 修复 DmBuilder 中 DmAutoIncrementHelper 引用
  3. 适配 withCount, 主要是 x_table as y 情况 前缀补充,原包,没有在 y 前面追加前缀,和 Laravel 不兼容
  4. 适配 cast json ,数组参数转 json 入库
  5. 兼容 mysql group_concat 函数,内部转化为 wm_concat 函数
  6. 修复表单验证中 exists 和 unique,去除对 getCount 和 getMultiCount 的重写。原包是对 oracle 进行大小写不敏感设置,但是达梦数据库不支持
  7. 修复自动递增,匹配 laravel migration。原包中将 migration 中的 int 和 bigint 均转化为 number 无法使 auto_increment 生效

Laravel-DM8

Laravel-DM8 is an Dm Database Driver package for Laravel. Laravel-DM8 is an extension of Illuminate/Database that uses DM8 extension to communicate with Dm. Thanks to @yajra.

Documentations

Laravel Version Compatibility

Laravel Package
5.1.x 5.1.x
5.2.x 5.2.x
5.3.x 5.3.x
5.4.x 5.4.x
5.5.x 5.5.x
5.6.x 5.6.x
5.7.x 5.7.x
5.8.x 5.8.x
6.x.x 6.x.x
7.x.x 7.x.x
8.x.x 8.x.x
9.x.x 9.x.x

Quick Installation

Service Provider (Optional on Laravel 5.5+)

Once Composer has installed or updated your packages you need to register Laravel-DM8. Open up config/app.php and find the providers key and add:

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.

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

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

Then run your laravel installation...

License

The MIT License (MIT). Please see License File for more information.


All versions of laravel-dm8 with dependencies

PHP Build Version
Package Version
Requires php Version >7
ext-pdo Version *
illuminate/database Version >5
illuminate/pagination Version >5
illuminate/support Version >5
illuminate/validation Version >5
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package maxlcoder/laravel-dm8 contains the following files

Loading the files please wait ....