Skip to content

Commit fda8d09

Browse files
authored
Update README.md
1 parent 788177d commit fda8d09

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Diff for: README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,14 @@ Features:
1818
- [Filesystem](docs/transport/filesystem.md)
1919
- [Null](docs/transport/null.md).
2020
* Generic purpose abstraction level (the transport level).
21-
* "Opinionated" easy to use abstraction level (the client level).
21+
* Easy to use abstraction level (the client level).
22+
* [Symfony bundle](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/bundle/quick_tour.md)
23+
* [Magento1 extension](https://github.com/php-enqueue/enqueue-dev/blob/master/docs/magento/quick_tour.md)
2224
* [Message bus](http://www.enterpriseintegrationpatterns.com/patterns/messaging/MessageBus.html) support.
2325
* [RPC over MQ](https://www.rabbitmq.com/tutorials/tutorial-one-php.html) support.
2426
* Temporary queues support.
25-
* Well designed components (decoupled, reusable,).
26-
* Tested with unit and functional tests.
27+
* Well designed components decoupled and reusable.
28+
* Carefully tested including unit and functional tests.
2729
* For more visit [quick tour](docs/quick_tour.md).
2830

2931
## Resources
@@ -42,4 +44,4 @@ If you have any questions and inquires about our open source development, this p
4244

4345
## License
4446

45-
It is released under the [MIT License](LICENSE).
47+
It is released under the [MIT License](LICENSE).

0 commit comments

Comments
 (0)