Project

qiksms

0.0
No commit activity in last 3 years
No release in over 3 years
This gem is intended for developers that requires SMS integration to their ruby application.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.16
~> 2.5
~> 5.2
~> 10.0
~> 3.0
~> 3.4
 Project Readme

Build Status Test Coverage Maintainability Gem Version

Qiksms

This ruby plugin will easily help you send SMS using qiksms API. You can contact qiksms to enable your Developers API console.

Installation

Add this line to your application's Gemfile:

gem 'qiksms'

And then execute:

$ bundle

Or install it yourself as:

$ gem install qiksms

Then generate initializer:

$ rails g qiksms:install initializer

then edit the file in config/initializer/qiksms.rb and supply the necessary details.

Usage

Send SMS:

client = Qiksms::Client.new(recipient: '917XXXXXXX', message: 'Your awesome message!')
client.send

or simply:

Qiksms::Client.send(recipient: '917XXXXXXX', message: 'Your awesome message!')

You can also change the sender_id and char_type on the fly:

Qiksms::Client.send(recipient: '917XXXXXXX', message: 'Your awesome message!', char_type: '8', sender_id: 'custom')

NOTE: Changing of sender_id requires approval/subscription from https://www.qiksms.com

Contributing

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

Code of Conduct

Everyone interacting in the Qiksms project’s codebases, issue trackers, chat rooms and mailing lists is expected to follow the code of conduct.

Donation

The reward of goodness is nothing but goodness.

paypal