Download the PHP package infoodle/php-govtalk without Composer
On this page you can find all versions of the php package infoodle/php-govtalk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download infoodle/php-govtalk
More information about infoodle/php-govtalk
Files in infoodle/php-govtalk
Package php-govtalk
Short Description A library for applications which interface with the UK Government Gateway
License GPL-3.0-or-later
Homepage https://github.com/thebiggive/php-govtalk
Informations about the package php-govtalk
PHP GovTalk
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.).
Requirements
- PHP 7.1+
Installation
The library can be installed via Composer. To install, simply add
it to your composer.json
file:
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:
Library | Composer Package | Maintainer |
---|---|---|
HMRC Gift Aid | infoodle/hmrc-gift-aid | Noel Light-Hilary |
All versions of php-govtalk with dependencies
ext-curl Version *
ext-dom Version *
ext-simplexml Version *
ext-xmlwriter Version *
guzzlehttp/guzzle Version ^7.3.0
psr/log Version ^1.1.4