PHPackages                             lyhiving/mmodel - 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. lyhiving/mmodel

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

lyhiving/mmodel
===============

PHP mini model.Fast MySQL select/insert/update/delete actions.

2.7(3y ago)222MITPHPPHP &gt;=7.0

Since May 15Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lyhiving/mmodel)[ Packagist](https://packagist.org/packages/lyhiving/mmodel)[ Docs](https://github.com/lyhiving/mmodel)[ RSS](/packages/lyhiving-mmodel/feed)WikiDiscussions master Synced today

READMEChangelog (8)Dependencies (2)Versions (10)Used By (0)

Minimum model for php
=====================

[](#minimum-model-for-php)

php 小模型。

快速实现CRUD操作的小模型
--------------

[](#快速实现crud操作的小模型)

普通版CRUD + 远程CRUD 用于快速开始项目

安装
--

[](#安装)

使用 Composer

```
composer require lyhiving/mmodel
```

或

```
{
    "require": {
            "lyhiving/mmodel": "2.*"
    }
}
```

用法
--

[](#用法)

1. 本地使用

```
