2017 © Pedro Peláez
 

library nationalrailconnector

A connector for the National Rail Push Port

image

richardhughes/nationalrailconnector

A connector for the National Rail Push Port

  • Wednesday, June 13, 2018
  • by richardhughes
  • Repository
  • 1 Watchers
  • 0 Stars
  • 0 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

National Rail Stomp Connector

Simple connector to the National rail stomp queue. Will return the messages a decoded array for further PHP processing., (*1)

Example

$connector = new \NationalRail\Connector(
    'user',
    'password',
    'your-queue-name'
);
$connection = $connector->getConnection();

var_dump($connection->getMessage());

The Versions

13/06 2018

dev-master

9999999-dev

A connector for the National Rail Push Port

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richie Hughes

07/06 2018

0.2

0.2.0.0

A connector for the National Rail Push Port

  Sources   Download

MIT

The Requires

 

The Development Requires

by Richie Hughes

05/06 2018

0.1

0.1.0.0

A connector for the National Rail Push Port

  Sources   Download

MIT

The Requires

 

by Richie Hughes