Skip to content

transmitsms/transmitsms-api-php-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 

Repository files navigation

TransmitsSMS API PHP Client

This repository contains the PHP client for TransmitSMS REST API. Documentation can be found at: https://developer.transmitsms.com/

Usage

We have put some self-explanatory examples in the examples directory. First, you need to download the APIClient2.php file and locate somewhere in your application directory structure. Add the following lines to your PHP script.

<?php
include 'APIClient2.php';

$api = new transmitsmsAPI('API_KEY', 'API_SECRET');

Replace 'API_KEY' and 'API_SECRET' with your account credentials.

See examples folder for endpoint usage examples.

Documentation

Complete documentation, instructions, and examples are available at: https://developer.transmitsms.com/

About

TransmitSMS REST API for PHP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages