Skip to content

Integrate SMS Functionality in Ruby on Rails Application Easily using mvaayoo.

License

Notifications You must be signed in to change notification settings

vajapravin/mvaayoo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mvaayoo

mVaayoo™ is a cost effective End-to-End Enterprise Mobile Messaging Service with high service level availability, that is unmatched in the industry. mVaayoo™ provides both 1-Way & 2-Way SMS communication including SMS Push, short code and long code services, SMS gateway with APIs, SMS Excel plugin, SMS contest, voting & polling and Voice SMS services.

Installation

Add this line to your application's Gemfile:

gem 'mvaayoo'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mvaayoo

Subscribe http://mvaayoo.com/ to get following credentials

Add content to config/initializers/mvaayoo.rb

MVAAYOO_USER = 'MVAAYOO_USERNAME'
MVAAYOO_PASSWORD = 'MVAAYOO_PASSWORD'
SENDER_ID = 'MVAAYOO_SENDER_ID'

Usage

Send Message

	Mvaayoo.send_message "hey there!!", "9766847415"

Get Balance

	Mvaayoo.balance

Contributing

  1. Fork it ( http://github.com/vajapravin/mvaayoo/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Don't hesitate to write problems [[email protected]]

About

Integrate SMS Functionality in Ruby on Rails Application Easily using mvaayoo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages