Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 670 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 670 Bytes

Example HostBill OOP modules

This repository is part of HostBill documentation http://dev.hostbillapp.com/ It contains sample OOP modules for HostBill

Sample modules:

  • Hosting: Simple provisioning (class.simpleexample.php)
  • Hosting: Advanced provisioning (class.advancedexample.php)
  • Payment: Sample gateway (class.paymentsample.php)
  • Payment: Sample merchant gateway (class.merchantsample.php)
  • Payment: Sample merchant gateway with card Tokenization (class.merchant_token_sample.php)
  • Notification: Clickatell SMS (class.clickatell_sms.php)

Sample client functions (widgets) for hosting modules:

  • Widget: RebootSample (widget.rebootsample.php)