PATH:
home
/
lab2454c
/
.trash
/
core
/
vendor
/
coingate
/
coingate-php
<?php // CoinGate Class require(dirname(__FILE__) . '/lib/CoinGate.php'); // Exception Class require(dirname(__FILE__) . '/lib/APIError/APIError.php'); // Exception Class require(dirname(__FILE__) . '/lib/Exception.php'); // Merchant Class require(dirname(__FILE__) . '/lib/Merchant.php'); // Order Class require(dirname(__FILE__) . '/lib/Merchant/Order.php');
[-] composer.json
[edit]
[-] phpunit.xml
[edit]
[+]
lib
[+]
..
[+]
tests
[-] phpunit.no_autoload.xml
[edit]
[-] .gitignore
[edit]
[-] init.php
[edit]
[-] README.md
[edit]
[-] LICENSE
[edit]
[-] CHANGELOG.md
[edit]