Skip to content
@VerifiedSMS

VerifiedSMS

✉️ Welcome to VerifiedSMS

Website Docs License

Trust. Security. Simplicity.
VerifiedSMS provides enterprise-grade SMS solutions that help businesses communicate with confidence.
Our SDKs make it easy to integrate powerful messaging features into your application – no matter your stack.


🚀 Official SDKs – Ready for every language

We maintain official SDKs for all major programming languages. Choose yours and get started in minutes.

Language SDK Repository Install command
Python sdk-python pip install verifiedsms
Node.js sdk-nodejs npm install verifiedsms
Ruby sdk-ruby gem install verifiedsms
Go sdk-go go get github.com/VerifiedSMS/sdk-go
PHP sdk-php composer require verifiedsms/php
Java sdk-java Maven / Gradle (see repo)
C#/.NET sdk-csharp dotnet add package VerifiedSMS
cURL sdk-curl Copy & paste examples

✨ What makes VerifiedSMS different?

[Only Support Sending SMS in Nepal. Organization Presence in Nepal is required to use VerifiedSMS services.]

  • Global reach – Send SMS to all Telcos in Nepal
  • High deliverability – Direct carrier connections
  • Simple API – RESTful endpoints with clear documentation
  • Webhook support – Real-time delivery receipts and replies
  • Enterprise security – End-to-end encryption and compliance ready

🛠️ Quick example (Python)

from verifiedsms import Client

client = Client(api_key="your_api_key")
response = client.send_sms(
    to="+1234567890",
    message="Your verification code is 482035."
)
print(response.message_id)  # 'msg_abc123'

Pinned Loading

  1. sdk-php sdk-php Public

    🐘 Official PHP SDK for Verified SMS API.

    PHP

  2. sdk-python sdk-python Public

    🐍 Official Python SDK for Verified SMS API.

    Python

  3. sdk-java sdk-java Public

    ☕ Official Java SDK for Verified SMS API.

    Java

  4. sdk-curl sdk-curl Public

    📄 Official curl examples & quickstart for Verified SMS API.

Repositories

Showing 10 of 11 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…