https://github.com/yiisoft/queue-db
Database adapter for queue.
https://github.com/yiisoft/queue-db
database db queue yii3
Last synced: 9 months ago
JSON representation
Database adapter for queue.
- Host: GitHub
- URL: https://github.com/yiisoft/queue-db
- Owner: yiisoft
- License: bsd-3-clause
- Created: 2024-03-25T13:04:17.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-14T10:35:01.000Z (about 2 years ago)
- Last Synced: 2024-04-14T11:02:02.592Z (about 2 years ago)
- Topics: database, db, queue, yii3
- Language: PHP
- Homepage: https://www.yiiframework.com
- Size: 16.6 KB
- Stars: 1
- Watchers: 13
- Forks: 1
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Security: .github/SECURITY.md
Awesome Lists containing this project
README
Yii Queue Database Adapter
[](https://packagist.org/packages/yiisoft/queue-db)
[](https://packagist.org/packages/yiisoft/queue-db)
[](https://github.com/yiisoft/queue-db/actions/workflows/build.yml)
[](https://codecov.io/gh/yiisoft/queue-db)
[](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/queue-db/master)
[](https://github.com/yiisoft/queue-db/actions?query=workflow%3A%22static+analysis%22)
[](https://shepherd.dev/github/yiisoft/queue-db)
[](https://shepherd.dev/github/yiisoft/queue-db)
Yii Queue Database Adapter implemention for [Yii Queue](https://github.com/yiisoft/queue).
Works with databases implemented for [Yii Database](https://github.com/yiisoft/db).
## Requirements
- PHP 8.1 or higher.
## Installation
The package could be installed with [Composer](https://getcomposer.org):
```shell
composer require yiisoft/queue-db
```
## Documentation
- [Internals](docs/internals.md)
If you need help or have a question, the [Yii Forum](https://forum.yiiframework.com/c/yii-3-0/63) is a good place for that.
You may also check out other [Yii Community Resources](https://www.yiiframework.com/community).
## License
The Yii Queue Database Adapter is free software. It is released under the terms of the BSD License.
Please see [`LICENSE`](./LICENSE.md) for more information.
Maintained by [Yii Software](https://www.yiiframework.com/).
## Support the project
[](https://opencollective.com/yiisoft)
## Follow updates
[](https://www.yiiframework.com/)
[](https://twitter.com/yiiframework)
[](https://t.me/yii3en)
[](https://www.facebook.com/groups/yiitalk)
[](https://yiiframework.com/go/slack)