PHPackages                             queue-interop/queue-spec - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Queues &amp; Workers](/categories/queues)
4. /
5. queue-interop/queue-spec

ActiveLibrary[Queues &amp; Workers](/categories/queues)

queue-interop/queue-spec
========================

0.6.2(5y ago)2114.8k—4.5%20MITPHP

Since Jul 7Pushed 5y ago2 watchersCompare

[ Source](https://github.com/queue-interop/queue-spec)[ Packagist](https://packagist.org/packages/queue-interop/queue-spec)[ RSS](/packages/queue-interop-queue-spec/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (1)Versions (16)Used By (20)

Queue Interoperability
======================

[](#queue-interoperability)

This package could come in handy for everyone who wants to build an implementation and make sure it meets its requirements. The spec class is nothing special but a Phpunit test case. It has to be extended and the abstract methods are implemented.
After you can use them as tests for your transport. Some of the specs require an interaction with a real broker.

Example
-------

[](#example)

Here's an example of the spec for Gearman connection factory class:

```
