Skip to content

kirians/smsglobal-wordpress-plugin

 
 

Repository files navigation

SMSGlobal WordPress Plugin

Setup

The only requirement is the SMSGlobal REST API Client for PHP 5.2. There is a git submodule for it; otherwise you can get it directly from GitHub. Install it to the vendor/rest-api-client-php-5.2 directory.

With version 1.6.5 of git and later, you can use:

git clone --recursive git://github.com/smsglobal/smsglobal-wordpress-plugin smsglobal

For older versions, use:

git clone git://github.com/smsglobal/smsglobal-wordpress-plugin smsglobal
cd smsglobal
git submodule init
git submodule update

Unit tests

Done via PHPUnit. The test shell script will do initial setup and testing:

$ ./test

After the first run, you can use PHPUnit as normal:

$ phpunit

About

Wordpress plugin for SMSGlobal

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 91.4%
  • JavaScript 3.6%
  • Shell 3.2%
  • HTML 1.6%
  • CSS 0.2%