PHPackages                             amabnl/php-mqseries - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. amabnl/php-mqseries

ActiveLibrary[HTTP &amp; Networking](/categories/http)

amabnl/php-mqseries
===================

A library to interface with a WebSphere MQ Queue Manager using the PHP mqseries pecl extension

71068PHP

Since Feb 2Pushed 10y ago4 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

php-mqseries
============

[](#php-mqseries)

A library to interface with a WebSphere MQ Queue Manager using the PHP mqseries pecl extension

Purpose
=======

[](#purpose)

This library was built to be able to make a queue listener for a WebSphere MQ Queue in PHP, using the PECL module mqseries.

It helps you with creating the correct structures to make a connection to a WebSphere MQ Queue Manager.

It currently supports opening a connection to a queue manager, opening a specific queue, and retrieving messages from the queue.

How
===

[](#how)

- Install the WebSphere MQ Client library.
    - [Download from here](http://www-01.ibm.com/software/integration/wmq/clients/ "Download from here")
    - [IBM documentation](http://www-01.ibm.com/support/knowledgecenter/SSFKSJ_7.1.0/com.ibm.mq.doc/zi00110_.htm "IBM Documentation")
- Install the PECL module mqseries. Download from here:
    - [documentation](http://www.php.net/mqseries)
- Install this library
- Make a connection to a queue and retrieve messages.

Code sample
===========

[](#code-sample)

```
