Download the PHP package v3labs/payubiz without Composer
On this page you can find all versions of the php package v3labs/payubiz. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download v3labs/payubiz
More information about v3labs/payubiz
Files in v3labs/payubiz
Download v3labs/payubiz
More information about v3labs/payubiz
Files in v3labs/payubiz
Vendor v3labs
Package payubiz
Short Description PayUbiz library for PHP
License MIT
Homepage http://github.com/v3labs/payubiz-php
Package payubiz
Short Description PayUbiz library for PHP
License MIT
Homepage http://github.com/v3labs/payubiz-php
Please rate this library. Is it a good library?
Informations about the package payubiz
PayUbiz API for PHP
Simple library for accepting payments via PayUbiz.
Installation
To add this library to your project, simply add a dependency on v3labs/payubiz
to your project's composer.json
file. Here is a minimal example of a composer.json file:
{
"require": {
"v3labs/payubiz": "^0.3"
}
}
Usage
You'll find a minimal usage example below.
Initialize purchase
Finalize purchase
The PurchaseResult
has a few more methods that might be useful:
All versions of payubiz with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
symfony/options-resolver Version ^2.6||^3.0||^4.0
symfony/http-foundation Version ^2.6||^3.0||^4.0
symfony/options-resolver Version ^2.6||^3.0||^4.0
symfony/http-foundation Version ^2.6||^3.0||^4.0
The package v3labs/payubiz contains the following files
Loading the files please wait ....