Download the PHP package urbanbuz-v3/api without Composer
On this page you can find all versions of the php package urbanbuz-v3/api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download urbanbuz-v3/api
More information about urbanbuz-v3/api
Files in urbanbuz-v3/api
Download urbanbuz-v3/api
More information about urbanbuz-v3/api
Files in urbanbuz-v3/api
Vendor urbanbuz-v3
Package api
Short Description UB integration helper
License MIT
Homepage https://github.com/Aji-UB/ub-integration
Package api
Short Description UB integration helper
License MIT
Homepage https://github.com/Aji-UB/ub-integration
Please rate this library. Is it a good library?
Informations about the package api
UrbanBuz Integration
Installation
Using composer:
Usage
require('vendor/autoload.php');
use UrbanBuz\API\UrbanBuz;
$url = ''; // Environment URL
$key =''; // API Key
$secret='';// API Secret
$ub = new UrbanBuz($url,$key ,$secret);
$customer = $ub->call('POST', 'customer/online/checkin', $headerParams, $urlParams, $postParams);
All versions of api with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package urbanbuz-v3/api contains the following files
Loading the files please wait ....