olive-cms/udms 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

olive-cms/udms

Composer 安装命令:

composer require olive-cms/udms

包简介

Universal data manager System

README 文档

README

UDMS is Data Managements System Hub for use database regardless of Data Management type.

Installation

Install the latest version with

$ composer require olive-cms/udms

If you do not use Composer, you can download composered zip from release Github page

Basic Usage

require_once '/path/to/vendor/autoload.php';
use Olive\UDMS\Core as udms;

// create a udms
$udms = new udms('/path/to/vendor/', '/path/to/database/dir');

// set udms addon
$udms->setAddon('json');

// use it :)
$udms->school->student->find(
  [
    'id' => [
      '<' => 9300000,
      '>' => 9200000
    ],
    'lname' => [
      'match' => '(zade)+'
    ]
  ],
  // options
  [
    'relation' => false,
    'sort' => [
      'fname' => SORT_DESC
    ]
  ]
);

Addons

  • olive-cms/udms-json
  • olive-cms/udms-mysql
  • olive-cms/udms-mongodb

Documentation

Requirements

  • UDMS 2.x works with PHP 5.5+.

Versioning

UDMS will be maintained under the Semantic Versioning guidelines as much as possible. Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

major -> Breaking backward compatibility bumps the major
minor -> New additions
patch -> Bug fixes

For more information on SemVer, please visit http://semver.org.

License

olive-cms/udms is licensed under the MIT license.

统计信息

  • 总下载量: 17
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-08-15

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固