weepay / weepay-php
weepay api php client
1.0.4
2021-12-07 12:31 UTC
Requires
- php: >=5.3.0
- ext-curl: *
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
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.