weepay/weepay-php

weepay api php client

1.0.4 2021-12-07 12:31 UTC

This package is auto-updated.

Last update: 2024-04-07 17:50:53 UTC


README

Latest Stable Version

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.