GithubHelp home page GithubHelp logo

texto-api's Introduction

texto-api

This is a PHP Class to send sms using wasaTEXTO REST API

Installation

Dependancies

You must have a basic Apache and PHP environement:

sudo apt-get install apache2 php5 libapache2-mod-php5 php5-curl

System configuration

Add the class package (texto-api) to the root of your virtual host or domain.

API access

Every wasaTEXTO installation must use a unique key for the API. Please create an account on www.wasatexto.com to get your unique API credentials.

After you login to your account obtain your account details(api credentials) from here .

When you get your credentials, replace the following in the test file test.php

replace:

//enter your api key
$key = ''; 

//enter your api username
$username = '';

//enter sender
$from = "";

//enter recipient's number
$to = "";

with:

//enter your key
$key = 'example-key'; 

//enter your api username
$username = 'example-username';

//enter sender
$from = "example-sender";

//enter recipient's number
$to = "example-recipient";

Then run test.php

Command to run test.php in a Linux environment is: php -f test.php

Check the Api v2 Documentation for more info or Contact Wasamundi Support :)

texto-api's People

Contributors

ebaneck avatar nara-l avatar quincykwende avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.