Overview

Changed Log

v3.2.8
  • Fixed composer 2 deprecation notice

  • Update Web Service Production URL

v3.2.9
  • Refactored codebase

  • Allowed changing payment url, web service url and send billing info url programmatically

  • Can now get all available processors.

Requirements

  1. PHP >= 7.1

  2. SoapClient

Installation

composer require crazymeeks/dragonpay v3.2.9

Alternatively, you can specify DragonPay as a dependency in your project’s existing composer.json file:

 {
   "require": {
      "crazymeeks/dragonpay": "^v3.2.9"
   }
}