There is no license information available for the latest version (V3.0.0) of this package.

Orlips SMS gateway package, plug-and-play.

Maintainers

Package info

github.com/Villicah/sms

pkg:composer/villicah/sms

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

V3.0.0 2025-11-27 13:40 UTC

This package is not auto-updated.

Last update: 2026-04-03 13:52:45 UTC


README

A plug-and-play SMS package for Laravel.

Installation

composer require villicah/sms

Usage

$sms = app(\Villicah\Sms\Sms::class);

$response = $sms->send('2547XXXXXXXX', 'Test message');

print_r($response);

The package requires no configuration. All defaults are built-in.