0.0
The project is in a healthy, maintained state
Easily send SMS and check credits from sms.iprogtech.com via Ruby.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies

Runtime

>= 0
 Project Readme

IPROG SMS API CLIENT

A simple Ruby client for the IPROG SMS API.

IPROG TECH

This gem is provided by IPROG TECH, an information technology company specializing in web development services using Ruby on Rails. IPROG TECH also offers free programming tutorials.

Providing Good Quality Web Services:

  • Startup
  • Maintenance
  • Upgrading & Conversion

Buy Me A Coffee

Installation

Add this line to your application's Gemfile:

gem "iprog_sms_api"

Or install it yourself as:

gem install iprog_sms_api

Usage

require "iprog_sms_api"

client = IprogSmsApi::Client.new(api_token: "YOUR_API_TOKEN")

# Send an SMS
result = client.send_sms(phone_number: "09171234567", message: "Hello from the API!")
puts result

# Check SMS credits
credits = client.check_sms_credits
puts credits

License

MIT License