smsv / smsv-api-php
SMSV.ME PHP API
v1.0.0
2018-02-07 14:50 UTC
Requires
- php: >=5.6.0
- ext-json: *
This package is not auto-updated.
Last update: 2025-06-16 10:40:53 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