weepay / weepay-php
weepay api php client
Installs: 11 431
Dependents: 0
Suggesters: 0
Security: 0
Stars: 5
Watchers: 0
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.0
- ext-curl: *
README
PHP Integration for weepay
Requirements
PHP 5.3 and later.
Installation
Composer
You can install the bindings via Composer. Run the following command:
composer require weepay/weepay-php
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Manual Installation
require_once('weepayBootstrap.php');
Usage
weepayBootstrap::initialize(); $options = new \weepay\Auth(); $options->setBayiID("xxx"); $options->setApiKey("xxx"); $options->setSecretKey("xxx-xx-xx"); $options->setBaseUrl("https://api.weepay.co/");
If you have any questions, please don't hesitate to contact us via Github with open an issue or contact us at destek@weepay.co.