justinbusschau / php-govtalk
A library for applications which interface with the UK Government Gateway
Requires
- php: >=5.3.2
- guzzle/guzzle: ~3.1
Requires (Dev)
- guzzle/plugin-mock: ~3.1
- mockery/mockery: ~0.8
- phpunit/phpunit: ~3.7.16
- squizlabs/php_codesniffer: ~1.4
This package is not auto-updated.
Last update: 2024-10-31 11:38:26 UTC
README
A library for applications which interface with the UK Government Gateway
The GovTalk Message Envelope is a standard developed by the United Kingdom government as a means of encapsulating a range of government XML services in a single standard data format.
This project was originally forked from Fubra Limited. Only the GovTalk class is preserved in this library. This library can be used whenever you need to build something that interfaces with any of the services that use the Government Gateway (e.g. Companies House, HMRC, etc.).
Installation
The library can be installed via Composer. To install, simply add
it to your composer.json
file:
{ "require": { "justinbusschau/php-govtalk": "0.*" } }
And run composer to update your dependencies:
$ curl -s http://getcomposer.org/installer | php $ php composer.phar update
Basic usage
This library can be extended and used with any one of the gateways that use the GovTalk Message Envelope and the Document Submission Protocol. The following libraries currently use / extend GovTalk: