Project

smster

0.01
No commit activity in last 3 years
No release in over 3 years
SMS sending service through different providers with maximum convenience.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

 Project Readme

Smster (Rails)¶ ↑

<img src=“https://codeclimate.com/github/IlyaDonskikh/smster/badges/gpa.svg” />

SMS sending service through different providers with maximum convenience (powered by smster_ruby).

Supported¶ ↑

Setup¶ ↑

Add gem:

gem 'smster'

Install:

rails g smster:install
rake db:migrate

Sending message¶ ↑

Add config of your provider into config/initializers/smster.rb.

And let’s start!

Sms::$Provider.create(text: 'sms text', to: phone_number) # Replace "$Provider" to "Nexmo", "Clickatell", etc..

Callbacks¶ ↑

Add to routes, setup provider callbacks and get sms statuses:

post 'smster/$provider_name/callback'

Feedback¶ ↑

Please use the issue tracker or send mail to donivrecord@gmail.com.

Thanks¶ ↑

  1. Mickhail Zelenin for the idea for this gem.

  2. Egor Kiselev for help in creation of this manual.

  3. Alexey Bandar for the recommendation of the first provider.