https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk-demo
PHP SDK Demo App
https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk-demo
php php-sdk-demo
Last synced: 4 months ago
JSON representation
PHP SDK Demo App
- Host: GitHub
- URL: https://github.com/centralnicgroup-opensource/rtldev-middleware-php-sdk-demo
- Owner: centralnicgroup-opensource
- License: mit
- Created: 2018-06-21T13:26:45.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-22T15:58:06.000Z (over 1 year ago)
- Last Synced: 2024-11-15T08:36:06.856Z (7 months ago)
- Topics: php, php-sdk-demo
- Language: PHP
- Size: 49.8 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# php-sdk-demo
PHP SDK Demo App
## Requirements
Having php, php-curl and composer installed globally.
## How to get started
Run our demo app!
Simple Example for HEXONET:
```bash
git clone https://github.com/centralnic-reseller/php-sdk-demo php-sdk-demo-hexonet
cd php-sdk-demo-hexonet
composer update
php app_hexonet.php
```Simple Example for RRPproxy:
```bash
git clone https://github.com/centralnic-reseller/php-sdk-demo php-sdk-demo-rrpproxy
cd php-sdk-demo-rrpproxy
composer update
php app_rrpproxy.php
```Check the [source code](https://raw.githubusercontent.com/centralnic-reseller/php-sdk-demo/master/app.php) for details.
## Your project
Just include "centralnic-reseller/php-sdk" with its latest version as dependency in your composer.json.
You'll have then access to all the functionality provided by our SDKs.