Download the PHP package paydemic/paydemic-php-sdk without Composer
On this page you can find all versions of the php package paydemic/paydemic-php-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download paydemic/paydemic-php-sdk
More information about paydemic/paydemic-php-sdk
Files in paydemic/paydemic-php-sdk
Download paydemic/paydemic-php-sdk
More information about paydemic/paydemic-php-sdk
Files in paydemic/paydemic-php-sdk
Vendor paydemic
Package paydemic-php-sdk
Short Description PHP SDK for Paydemic.com REST API.
License MIT
Homepage https://paydemic.com
Package paydemic-php-sdk
Short Description PHP SDK for Paydemic.com REST API.
License MIT
Homepage https://paydemic.com
Keywords Paydemic
Please rate this library. Is it a good library?
Informations about the package paydemic-php-sdk
paydemic-php
Paydemic.com API for PHP
Installation
composer require paydemic/paydemic-php-sdk
API Overview
Every resource is accessed via your paydemic
instance:
Every resource method returns an instance of PromiseInterface (https://promisesaplus.com/), so you don't have to use the regular callback. E.g.
There is also a wait()
method which just waits for the Promise to complete and returns the result:
Available resources & methods
- PurchaseLinks
create($finalUrl, $title, $currencyCode, $price, $description)
retrieve($id)
listAll()
update($id, $finalUrl, $title, $currencyCode, $price, $description)
delete($id)
Development
Run tests locally
Run static analysis tools, run tests with coverage and generate API Doc
After it finishes, have a look in the build
folder.
Contribution
- If you would like to contribute, please fork the repo and send in a pull request.
All versions of paydemic-php-sdk with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.5.0
guzzlehttp/guzzle Version ~6.0
monolog/monolog Version ^1.19
bramus/monolog-colored-line-formatter Version ~2.0
maciejczyzewski/bottomline Version *
aws/aws-sdk-php Version ^3.18
guzzlehttp/guzzle Version ~6.0
monolog/monolog Version ^1.19
bramus/monolog-colored-line-formatter Version ~2.0
maciejczyzewski/bottomline Version *
aws/aws-sdk-php Version ^3.18
The package paydemic/paydemic-php-sdk contains the following files
Loading the files please wait ....