Registry / http-client / gopay-payments-sdk-php

gopay-payments-sdk-php

JSON →
library1.11.1phppackagistunverified

GoPay's PHP SDK for Payments REST API integration.

composer require gopay/payments-sdk-php
INSTALL
IMPORT
SIG · GOPAY-PAYMENTS-SDK
G
gopay-payments-sdk-php
http-clientphpv1.11.1
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.

Payments
✓ use GoPay\Payments;

Create a payment using GoPay SDK

use GoPay\Payments; $gopay = new Payments([ 'goId' => 'your-go-id', 'clientId' => 'your-client-id', 'clientSecret' => 'your-client-secret', 'isProductionMode' => false ]); $payment = $gopay->createPayment([ 'amount' => 100, 'currency' => 'CZK', 'orderNumber' => '12345' ]);
Debug
Known issues
breakingRequires PHP 7.1+ and cURL extension
fix
Install PHP 7.1+ and enable cURL
affects: >=1.0.0
Upgrade
Version history
1.11.1latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
20 hits · last 30 days
node
18
OpenAI (training)
1
Resources
gopay-payments-sdk-php — pip install gopay-payments-sdk-php · libregistry