PHPackages                             zendps/zs-jobqueue-compat - 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. zendps/zs-jobqueue-compat

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

zendps/zs-jobqueue-compat
=========================

Compatibility for Zend Server Job Queue

0251PHP

Since May 7Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/zendps/zs-jobqueue-compat)[ Packagist](https://packagist.org/packages/zendps/zs-jobqueue-compat)[ RSS](/packages/zendps-zs-jobqueue-compat/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Zend Server JobQueue API compatibility for ZendHQ
=================================================

[](#zend-server-jobqueue-api-compatibility-for-zendhq)

This package provides a compatibility layer for the Zend Server JobQueue PHP API, allowing usage against the ZendHQ JobQueue PHP API.

Installation
------------

[](#installation)

1. Add the repository to your Composer configuration:

    ```
    composer config repositories.zsjq vcs "https://github.com/zendps/zs-jobqueue-compat.git"
    ```
2. Add the library to your composer requirements:

    ```
    composer require "zendps/zs-jobqueue-compat:dev-master"
    ```

Usage
-----

[](#usage)

The package registers the class `ZendJobQeue`, with the following public API. Please note the various methods that indicate they are unsupported, as those are ones that may return unexpected values in your application.

```
