smsv / smsv-api-php
SMSV.ME PHP API
Installs: 11
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/smsv/smsv-api-php
Requires
- php: >=5.6.0
- ext-json: *
This package is not auto-updated.
Last update: 2026-01-12 13:13:38 UTC
README
A PHP class that helps you to work with smsv.me API.
Developed and maintained by SMSV.ME.
Requirements
- PHP 5.6+
- JSON extension (included im most php-common packages)
Installation
Install with Composer:
composer require smsv/smsv-api-php
Or include the library manually:
<?php require 'src/SMSV/api.php';
License
License information can be found in LICENSE file