PHPackages                             raylin666/database - 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. raylin666/database

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

raylin666/database
==================

The Swoole Pool Database package.

v2.0.0(4y ago)464Apache-2.0PHPPHP &gt;=7.3

Since Mar 9Pushed 4y ago1 watchersCompare

[ Source](https://github.com/raylin666/php-database)[ Packagist](https://packagist.org/packages/raylin666/database)[ RSS](/packages/raylin666-database/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (4)Versions (5)Used By (0)

数据库 Database Eloquent ORM - 支持 Swoole 协程
========================================

[](#数据库-database-eloquent-orm---支持-swoole-协程)

[![GitHub release](https://camo.githubusercontent.com/7a55099e4186d12925494a63d4f2f4ea91308cdfcb1af5ccf3a66ddb0c7aa9ff/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f72656c656173652f7261796c696e3636362f7068702d64617461626173652e737667)](https://github.com/raylin666/php-database/releases)[![PHP version](https://camo.githubusercontent.com/44c3839e4acf2a322d516ee8ee9183130a851531d281652cb4974de6f135722f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253230372e332d6f72616e67652e737667)](https://github.com/php/php-src)[![GitHub license](https://camo.githubusercontent.com/7013272bd27ece47364536a221edb554cd69683b68a46fc0ee96881174c4214c/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d626c75652e737667)](#LICENSE)

### 环境要求

[](#环境要求)

- PHP &gt;= 7.3

### 安装说明

[](#安装说明)

```
composer require "raylin666/database"

```

### 使用方式

[](#使用方式)

如果你用过 `Laravel`、或者单独用过 `illuminate/database` 包,那么使用起来得心应手,因为写法基本一致。

```
