3rd-Party Solutions
PHP Klasse für aspsms.com
Im Zuge eines laufenden Projekts hat die Indielab GmbH eine PHP Schnittstelle zum SMS Versand über den ASPSMS SOAP Webservice erstellt.
Aus folgenden Gründen hat sich Indielab GmbH für ASPSMS als Dienstanbieter entschieden:
- Standort Schweiz
- Unterstützt sämtliche Netze weltweit
- Jahrelange Erfahrung
Ziele
- Schnelles integrieren in eigene Projekte
- Verständliche Beispiele
- Einfach in der Handhabung
- Umfang auf nötige Funktionen beschränkt
Das ganze ist als OpenSource auf der Plattform Github.com zum freien Download und weiterentwickeln freigegeben.
Projekt auf Github
https://github.com/nadar/aspsms
Zip Download
Beispiel
<?php // include library include 'lib/aspsms.class.php'; // init aspsms class with originator option $aspsms = new Aspsms("YOUR_KEY", "YOUR_PASSWORD", array( "Originator" => "MY_SENDER_NAME" )); // set the message and recipients with tracking numbers. $send = $aspsms->sendTextSms('YOUR_SMS_MESSAGE', array( 'TRACKING_NR1' => 'MOBILE_PHONE_NR1', 'TRACKING_NR2' => 'MOBILE_PHONE_NR2', 'TRACKING_NR3' => 'MOBILE_PHONE_NR3' )); // check for sending errors if (!$send) { echo "Aspsms error while sending: " . $aspsms->getSendStatus(); } // script needs to sleep 10 seconds, because the delivery takes some time sleep(10); // check status after 10 seconds $status1 = $aspsms->deliveryStatus('TRACKING_NR1'); $status2 = $aspsms->deliveryStatus('TRACKING_NR2'); $status3 = $aspsms->deliveryStatus('TRACKING_NR3'); var_dump($status1, $status2, $status3); ?>
Alte Version: https://github.com/nadar/aspsms-php-class, Zip Download (via Github)
SMS Tools und Interfaces für ASPSMSFactsheets | |
---|---|
Einsatzmöglichkeiten und Business Beispiele |
SMS Tools für Endanwender | |
---|---|
Name | Preis |
SMS Blaster Winlog | gratis |
Microsoft Office Outlook 2013-2016: E-Mail to SMS | gratis |
Microsoft Office Outlook 2010 Mobile Service | gratis |
SMSBLASTER web edition | gratis |
SMSBLASTER Club-Aktion | gratis |
SMS Blaster Windows Edition | gratis |
SMS touch for iPhone and iPod touch | Shareware |
ECO-SMS - Ökologische SMS! | Shareware |
Cybersystems mscrmSMS | siehe Preisliste |
Jabber-Client Chatopus for Palm OS | kleine Gebühr |
delight Software GmbH | siehe Preisliste |
ASPSMS Widget for Mac | gratis |
SMS Scripts und Schnittstellen für Entwickler | |
---|---|
Name | Preis |
ASPSMS Dot Net Assembly auf NuGet | gratis |
ASPSMS JSON API (REST) | gratis |
C# Microsoft ASP.NET Identity MVC (for SOAP) | gratis |
Node.js interface for ASPSMS | gratis |
PHP Class for ASPSMS SOAP web service | gratis |
aspsms.dll (Active-X) | gratis |
SOAP Web Service | gratis |
XML-Interface | gratis |
ASPSMS SMTP Interface | gratis |
VBscript Class (ASP) | gratis |
HTTP | gratis |
PHP - Python - C# - Java | gratis |
Jabber to SMS for Server Admins | gratis (open source) |
SMS Blaster Visual Basic Source Code | gratis |
ASPTOKEN | gratis |
Netzwerkabdeckung | |
---|---|
Weltweit unterstützte Mobilfunknetze |