/risingtide

Rising tide SMS Gateway in the Philippines

Primary LanguageRubyMIT LicenseMIT

Risingtide

Circle CI

Rising tide R6 SMS Gateway gem, a simple messaging gateway API in the Philippines. you can find them @ http://risingtide.ph/

Installation

Add this line to your application's Gemfile:

gem 'risingtide'

And then execute:

$ bundle

Or install it yourself as:

$ gem install risingtide

Usage

Initialize Sms

@risingtide = Risingtide::Sms.new(username, password, shortcode, usagetype, from_alias)

Send out Sms

@risingtide.send_sms(to, message)

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/iamgerwin/risingtide. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

Add