OFK0 / smsreg-php

PHP class for SMS-REG.com API 2.0

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP Simple Class for SMS-REG.com API

UNOFFICIAL

https://sms-reg.com/docs/APImethods.html

  • Non-activation section methods usable now.
  • getBalance and setRate methods usable now.
  • VirtualSiM methods not usable now.
  • Orders methods not usable now.
<?php
    /* require class */
    require "class.smsreg.php";

    $SmsReg = new SMSREG("YOUR API KEY HERE");

    $SmsReg->_debug(
        $SmsReg->getBalance() // it's returning account current balance
    );
?>

About

PHP class for SMS-REG.com API 2.0


Languages

Language:PHP 100.0%