PHP Classes

File: test.php

Recommend this page to a friend!
  Classes of Arnel Labarda   iSMS PHP   test.php   Download  
File: test.php
Role: Example script
Content type: text/plain
Description: Example script
Class: iSMS PHP
Send SMS messages and get the balance of iSMS
Author: By
Last change:
Date: 5 years ago
Size: 125 bytes
 

Contents

Class file image Download
<?php

require './vendor/autoload.php';

use
ISMS\Balance;

$isms = new Balance('dewaayam', 'sm558cf88');

echo
$isms->get();