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

Orlips SMS gateway package, plug-and-play.

Maintainers

Details

github.com/Villicah/sms

Source

Issues

Installs: 1

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/villicah/sms

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

This package is not auto-updated.

Last update: 2026-01-09 12:33:14 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.