explaingit

agarrharr/phonegap-sms-plugin

Analysis updated 2026-07-05 · repo last pushed 2015-10-11

81JavaAudience · developerComplexity · 2/5DormantSetup · easy

TLDR

A PhoneGap/Cordova plugin that lets cross-platform mobile apps send SMS text messages through the phone's native messaging app. This repo is deprecated and points to a newer replacement.

Mindmap

mindmap
  root((repo))
    What it does
      Sends SMS from app
      Cross platform
      Uses native messaging
    Tech stack
      PhoneGap Cordova
      Java
      JavaScript
      iOS Android Windows
    Use cases
      Send invite links
      Send verification codes
      Share content via text
    Status
      Deprecated
      Use replacement repo
      No longer maintained
Click or tap to explore — scroll the page freely

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

What do people build with it?

USE CASE 1

Add a send-text feature to a mobile app so users can share links via SMS.

USE CASE 2

Send verification codes or invite links directly through the user's phone.

USE CASE 3

Build a referral app where users text friends an invite without a paid SMS API.

What is it built with?

JavaPhoneGapCordovaJavaScriptiOSAndroidWindows Phone

How does it compare?

agarrharr/phonegap-sms-pluginopenysmdev/openysmpengmoubuaixuexi/tagent
Stars818590
LanguageJavaJavaJava
Last pushed2015-10-11
MaintenanceDormant
Setup difficultyeasymoderatehard
Complexity2/53/55/5
Audiencedeveloperdeveloperdeveloper

Figures from each repo's GitHub metadata at analysis time.

How do you get it running?

Difficulty · easy Time to first run · 5min

Repository is deprecated, users should locate and use the successor plugin instead of this archived code.

No license information is provided in this repository.

In plain English

This plugin lets a mobile app send text messages (SMS) directly from within the app, working across Android, iOS, and Windows Phone 8. For a founder or developer building a cross-platform mobile app, this means you can add a "send text" feature, like sharing a link, sending a verification code, or inviting a contact, without building separate logic for each operating system. At a high level, a plugin like this acts as a bridge between your web-based app code (the kind of app Phonegap/Cordova builds) and the native texting functionality built into the phone. Instead of rewriting the SMS-sending code in Java for Android, Swift for iOS, and whatever Windows Phone uses, you write one set of instructions in your app's shared codebase, and the plugin handles translating that into the right native command for whichever device the user is on. This would be useful for anyone building a mobile app that needs SMS capabilities, for example, a referral app where users text friends an invite link, or a utility app that sends quick status updates. Rather than integrating a paid third-party SMS API (which sends texts from a server), this plugin sends the message through the user's own phone and messaging app, which means no per-message cost but the user does need to confirm or allow the send on their device. The most important thing to note is that this repository is deprecated, it's no longer maintained or updated. The README directs users to a new home for the project, meaning anyone looking to use this functionality should go to the replacement repo instead. The original code here is essentially archived, and any new projects should use the successor.

Copy-paste prompts

Prompt 1
I'm building a Cordova mobile app and need users to send SMS invites from their phone. Help me find and set up the current replacement for the deprecated phonegap-sms-plugin.
Prompt 2
Show me how to use the Cordova SMS plugin to send a pre-filled text message with an invite link through the device's native messaging app.
Prompt 3
I want my mobile app to send SMS without a paid third-party API by using the phone's own messaging app. Walk me through integrating the Cordova SMS plugin.

Frequently asked questions

What is phonegap-sms-plugin?

A PhoneGap/Cordova plugin that lets cross-platform mobile apps send SMS text messages through the phone's native messaging app. This repo is deprecated and points to a newer replacement.

What language is phonegap-sms-plugin written in?

Mainly Java. The stack also includes Java, PhoneGap, Cordova.

Is phonegap-sms-plugin actively maintained?

Dormant — no commits in 2+ years (last push 2015-10-11).

What license does phonegap-sms-plugin use?

No license information is provided in this repository.

How hard is phonegap-sms-plugin to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is phonegap-sms-plugin for?

Mainly developer.

Open on GitHub → Explain another repo

This repo across BitVibe Labs

Verify against the repo before relying on details.