Explore our SMS API, see code examples, and program the SMS messaging into any system or application.
Explore our SMS API, see code examples, and program the SMS messaging into any system or application.
<?php
declare(strict_types=1);
require_once 'vendor/autoload.php';
use Smsapi\Client\Feature\Sms\Bag\SendSmsBag;
use Smsapi\Client\Feature\Sms\Data\Sms;
use Smsapi\Client\SmsapiHttpClient;
/** @var Sms $sms */
$sms = (new SmsapiHttpClient())
->smsapiPlService('apiToken00000000000000000000000000000000')
->smsFeature()
->sendSms(SendSmsBag::withMessage('48500000000', 'Hello world!'));
var_dump($sms);
The PHP library will facilitate the sending of SMS messages, management of the contacts database, and handling of many other SMSAPI features.
Choose what to do with the SMS that was sent to the number purchased in SMSAPI
Read moreHello, it's SMSAPI team! As the name of our company suggests, sending SMS messages over the API in Poland and around the world is our daily business. Explore our documentation, API libraries in different programming languages, sign up and try out sending SMS messages for free to get you started.
Create a test account
No obligations, free points, and full support
Register