https://github.com/cloudipsp/php-sdk-v2
Cloudipsp PHP SDK
https://github.com/cloudipsp/php-sdk-v2
php php7 sdk
Last synced: 28 days ago
JSON representation
Cloudipsp PHP SDK
- Host: GitHub
- URL: https://github.com/cloudipsp/php-sdk-v2
- Owner: cloudipsp
- Created: 2018-09-12T19:28:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-03-19T08:18:01.000Z (about 3 years ago)
- Last Synced: 2025-04-13T17:54:57.294Z (about 2 months ago)
- Topics: php, php7, sdk
- Language: PHP
- Homepage: https://fondy.eu
- Size: 124 KB
- Stars: 19
- Watchers: 4
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# IPSP PHP-SDK-v2
![]()
## Payment service provider
A payment service provider (PSP) offers shops online services for accepting electronic payments by a variety of payment methods including credit card, bank-based payments such as direct debit, bank transfer, and real-time bank transfer based on online banking. Typically, they use a software as a service model and form a single payment gateway for their clients (merchants) to multiple payment methods.
[read more](https://en.wikipedia.org/wiki/Payment_service_provider)## Installation
This SDK uses composer.
Composer is a tool for dependency management in PHP. It allows you to declare the libraries your project depends on and it will manage (install/update) them for you.
For more information on how to use/install composer, please visit https://github.com/composer/composer
#### Composer installation
```cmd
composer require cloudipsp/php-sdk-v2
```
#### Manual installation
```cmd
git clone -b master https://github.com/cloudipsp/php-sdk-v2.git
``````php
'USD',
'amount' => 1000
];
$data = \Cloudipsp\Checkout::url($data);
$url = $data->getUrl();
//$data->toCheckout() - redirect to checkout
```
# ApiSee [php-docs](https://cloudipsp.github.io/php-docs/)
## Examples
To check it you can use build-in php server
```cmd
cd ~/php-sdk-v2
php -S localhost:8000
```
[Checkout examples](https://github.com/cloudipsp/php-sdk-v2/tree/master/examples)## Author
D.M.