Download the PHP package vnpay/soap-client without Composer
On this page you can find all versions of the php package vnpay/soap-client. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download vnpay/soap-client
More information about vnpay/soap-client
Files in vnpay/soap-client
Download vnpay/soap-client
More information about vnpay/soap-client
Files in vnpay/soap-client
Please rate this library. Is it a good library?
Informations about the package soap-client
PHP SOAP CLIENT
A PHP client for the VnPay SOAP API
Introduction
Features
This library's features include the following.
- Added an EventDispatcher to your Soap client. It will trigger events at all important phases of the SOAP call
- Easily extensible through events: add custom logging, caching, error handling etc
- Completely tested
Installation
This library is available on Packagist. The recommended way to install this library is through Composer:
Usage
The client
First construct a client using the builder:
Logging
To enable logging for the client, call withLog()
on the builder. For instance when using Monolog:
All requests to the VnPay API, as well as the responses and any errors that it returns, will now be logged.
Completely tested
All versions of soap-client with dependencies
PHP Build Version
Package Version
The package vnpay/soap-client contains the following files
Loading the files please wait ....