Skip to content

Commit

Permalink
add readme to dbal pkg.
Browse files Browse the repository at this point in the history
  • Loading branch information
makasim committed Apr 24, 2017
1 parent 7aa1c68 commit 691c242
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions pkg/dbal/README.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit 691c242

Please sign in to comment.