From 691c242c24d5cbf56c04112cf19a2fa6ea32efaa Mon Sep 17 00:00:00 2001 From: Maksim Kotlyar Date: Mon, 24 Apr 2017 11:02:34 +0300 Subject: [PATCH] add readme to dbal pkg. --- pkg/dbal/README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 pkg/dbal/README.md diff --git a/pkg/dbal/README.md b/pkg/dbal/README.md new file mode 100644 index 000000000..56f2872ec --- /dev/null +++ b/pkg/dbal/README.md @@ -0,0 +1,18 @@ +# Doctrine DBAL Transport + +[![Gitter](https://badges.gitter.im/php-enqueue/Lobby.svg)](https://gitter.im/php-enqueue/Lobby) +[![Build Status](https://travis-ci.org/php-enqueue/dbal.png?branch=master)](https://travis-ci.org/php-enqueue/dbal) +[![Total Downloads](https://poser.pugx.org/enqueue/dbal/d/total.png)](https://packagist.org/packages/enqueue/dbal) +[![Latest Stable Version](https://poser.pugx.org/enqueue/dbal/version.png)](https://packagist.org/packages/enqueue/dbal) + +This is an implementation of PSR specification. It allows you to send and consume message through Doctrine DBAL library and SQL like database as broker. + +## Resources + +* [Documentation](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/index.md) +* [Questions](https://gitter.im/php-enqueue/Lobby) +* [Issue Tracker](https://github.com/php-enqueue/enqueue-dev/issues) + +## License + +It is released under the [MIT License](LICENSE). \ No newline at end of file