Download the PHP package alegra/omnipay-payu without Composer
On this page you can find all versions of the php package alegra/omnipay-payu. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download alegra/omnipay-payu
More information about alegra/omnipay-payu
Files in alegra/omnipay-payu
Package omnipay-payu
Short Description Payu gateway for Omnipay payment processing library
License MIT
Homepage https://git.alegradigital.com/microservices/payment-payu
Informations about the package omnipay-payu
omnipay-payu
Payu gateway for Omnipay V3 payment processing library
Omnipay is a framework agnostic, multi-gateway payment processing library for PHP 7.3+. This package implements PayU Online Payment Gateway support for Omnipay.
PayU ALU V3 API documentation
Requirement
- PHP >= 7.3.x,
- Omnipay V.3 repository,
- PHPUnit to run tests
Autoload
You have to install omnipay V.3
Then you have to install omnipay-payu package:
payment-payu
follows the PSR-4 convention names for its classes, which means you can easily integratepayment-payu
classes loading in your own autoloader.
Basic Usage
- You can use /examples folder to execute examples. This folder is exists here only to show you examples, it is not for production usage.
- First in /examples folder:
Purchase Example
- You can check purchase.php file in /examples folder.
Purchase 3d Example
- You can check purchase3d.php file in /examples folder.
Confirmation Service Example
- You can check completeAuthorize.php file in /examples folder.
- The confirmation service is only for merchants working on the pre-motorization model, you can go with your sales representative for detailed information.
Refund Example
- You can check refund.php file in /examples folder.
Fetch Transaction Example
- You can check fetchTransaction.php file in /examples folder.
Card Information V1 Example
- You can check cardInfoV1.php file in /examples folder.
Card Information V2 Example
- You can check cardInfoV2.php file in /examples folder.
requestParams:
System send request to payU api. It shows request information.
Licensing
GNU General Public Licence v3.0
For the full copyright and license information, please view the LICENSE
file that was distributed with this source code.
All versions of omnipay-payu with dependencies
ext-json Version *
ext-simplexml Version *
ext-mbstring Version *