Registry / auth / openpayu-openpayu

openpayu-openpayu

JSON →
library2.4.2phppackagistunverified

OpenPayU PHP Library for payment processing.

composer require openpayu/openpayu
INSTALL
IMPORT
SIG · OPENPAYU-OPENPAYU
O
openpayu-openpayu
authphpv2.4.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

OpenPayU
use OpenPayU\OpenPayU;

Initialize OpenPayU and create an order.

use OpenPayU\OpenPayU; OpenPayU::setMerchantId('MERCHANT_ID'); OpenPayU::setApiKey('API_KEY'); $order = []; $response = OpenPayU::create($order); print_r($response);
Debug
Known issues
gotchaRequires merchant ID and API key; missing credentials cause errors.
fix
Set credentials via setMerchantId() and setApiKey() before any API call.
affects: >=2.0.0
Upgrade
Version history
2.4.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
14
Amazon
1
Resources
openpayu-openpayu — pip install openpayu-openpayu · libregistry