Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swoft-cloud/swoft-db
[READ ONLY] Database Compoment for Swoft
https://github.com/swoft-cloud/swoft-db
coroutine database orm php swoft swoole
Last synced: 1 day ago
JSON representation
[READ ONLY] Database Compoment for Swoft
- Host: GitHub
- URL: https://github.com/swoft-cloud/swoft-db
- Owner: swoft-cloud
- License: apache-2.0
- Created: 2018-01-18T03:58:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-10-22T04:01:10.000Z (about 2 years ago)
- Last Synced: 2024-10-07T23:06:41.303Z (about 1 month ago)
- Topics: coroutine, database, orm, php, swoft, swoole
- Language: PHP
- Homepage: https://www.swoft.org
- Size: 4.46 MB
- Stars: 26
- Watchers: 7
- Forks: 20
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Swoft Db
[![Latest Stable Version](http://img.shields.io/packagist/v/swoft/db.svg)](https://packagist.org/packages/swoft/db)
[![Php Version](https://img.shields.io/badge/php-%3E=7.1-brightgreen.svg?maxAge=2592000)](https://secure.php.net/)
[![Swoft Doc](https://img.shields.io/badge/docs-passing-green.svg?maxAge=2592000)](https://www.swoft.org/docs)
[![Swoft License](https://img.shields.io/hexpm/l/plug.svg?maxAge=2592000)](https://github.com/swoft-cloud/swoft/blob/master/LICENSE)Swoft Db Component
## [中文说明](README.zh-CN.md)
中文说明请查看 [README.zh-CN.md](README.zh-CN.md)
## Install
- composer command
```bash
composer require swoft/db
```## Resources
* [Documentation](https://swoft.org/docs)
* [Contributing](https://github.com/swoft-cloud/swoft/blob/master/CONTRIBUTING.md)
* [Report Issues][issues] and [Send Pull Requests][pulls] in the [Main Swoft Repository][repository][pulls]: https://github.com/swoft-cloud/swoft-component/pulls
[repository]: https://github.com/swoft-cloud/swoft
[issues]: https://github.com/swoft-cloud/swoft/issues## LICENSE
The Component is open-sourced software licensed under the [Apache license](LICENSE).