2017 © Pedro PelĂĄez
 

library stomp-php

stomp support for PHP

image

fusesource/stomp-php

stomp support for PHP

  • Saturday, February 23, 2013
  • by monofone
  • Repository
  • 9 Watchers
  • 86 Stars
  • 189,284 Installations
  • PHP
  • 11 Dependents
  • 3 Suggesters
  • 57 Forks
  • 23 Open issues
  • 6 Versions
  • 3 % Grown

The README.md

A simple PHP Stomp Client, (*1)

This Project Has Been Deprecated

This repository is no longer maintained. We support and maintain the successor of this codebase at stomp-php/stomp-php., (*2)

Version choice

There are 2 Versions of stomp-php. 1.x is compatible with PHP <= PHP-5.2 as it does not use PHP-5.3 specific features., (*3)

The master branch uses features such as namespaces and newer constants and will become the 2.x release in the near future., (*4)

For versioning semantic versioning is used., (*5)

The different Versions can be found at the tags section., (*6)

Installing

The source is PSR-0 compliant. So just donwload the source and add the Namespace "FuseSource" to your autoloader configuration with the path pointing to src/., (*7)

As an alternate you have the possibility to make use of composer to manage your project dependencies., (*8)

Just add, (*9)

"require": {
    "fusesource/stomp-php" : "2.0.*"
}

to your project composer.json., (*10)

Running Examples

Examples are located in src/examples folder. Before running them, be sure you have installed this library properly and you have started ActiveMQ broker (recommended version 5.5.0 or above) with [Stomp connector enabled] (http://activemq.apache.org/stomp.html)., (*11)

You can start by running, (*12)

cd examples
php first.php

Also, be sure to check comments in the particular examples for some special configuration steps (if needed)., (*13)

Documentation

Tests

The tests at the moment need a running instance of activeMQ listening on the default STOMP Port 61613., (*14)

To run the tests you first need to fetch the dependencies for the test suite via composer:, (*15)

$ php composer.phar install

The Versions

23/02 2013

dev-master

9999999-dev http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq

23/02 2013

2.1.1

2.1.1.0 http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq

22/01 2013

2.1.0

2.1.0.0 http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq

13/07 2012

2.0.1

2.0.1.0 http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq

24/03 2012

dev-stomp_connection

dev-stomp_connection http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq

15/03 2012

2.0.0

2.0.0.0 http://github.com/dejanb/stomp-php

stomp support for PHP

  Sources   Download

Apache 2.0

The Requires

  • php >=5.3.0

 

messaging jms stomp activemq