Download the PHP package idma/robokassa without Composer
On this page you can find all versions of the php package idma/robokassa. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download idma/robokassa
More information about idma/robokassa
Files in idma/robokassa
Download idma/robokassa
More information about idma/robokassa
Files in idma/robokassa
Vendor idma
Package robokassa
Short Description PHP library for Robokassa payment system
License BSD-3-Clause
Homepage https://github.com/idma/robokassa
Package robokassa
Short Description PHP library for Robokassa payment system
License BSD-3-Clause
Homepage https://github.com/idma/robokassa
Please rate this library. Is it a good library?
Informations about the package robokassa
PHP library for Robokassa payment system
Installation
Install this package through Composer. To your composer.json
file, add:
Examples
Create payment:
For pointining nomenclatures data: php // somewere in result url handler... ... $payment = new \Idma\Robokassa\Payment( 'john_doe', 'password1', 'password2', true );
if ($payment->validateResult($_GET) { $order = Orders::find($payment->getInvoiceId());
if ($payment->getSum() == $order->sum) {
}
// send answer
echo $payment->getSuccessAnswer(); // "OK1254487\n"
} ...
Check payment on Success page:
All versions of robokassa with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4.0
The package idma/robokassa contains the following files
Loading the files please wait ....