0.0
No release in over 3 years
Low commit activity in last 3 years
The library for sending sms through Megafon REST API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 1.0
~> 2.3
~> 13.0
~> 3.0
= 0.80.1
= 5.1
 Project Readme

MegafonSms

MegafonSms - это библиотека для отправки SMS через сервис Мегафона.

Установка

Выполняем в терминале:

$ gem install megafon_sms

и подгружаем:

require "megafon_sms"

Использование

client = MegafonSms::Client.new "login", "password"
client.adapter = :excon # По умочанию Net::HTTP
client.send from: "Site.ru", to: "9776666644", message: "Сообщение"
p client.response if client.failure?

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/heckfy/megafon_sms. 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.