smsverification/smsverification-php

v2.0 2023-02-26 12:07 UTC

This package is auto-updated.

Last update: 2024-09-26 15:24:25 UTC


README

To use our API, you would need a SMSVerification account. You can sign up here in case you do not have one.

Requirements

PHP 7.4 or higher.

Composer

You can easily install the library via Composer. To do so, run the following command-line:

composer require smsverification/smsverification-php

To use the bindings, use Composer auto-load:

require_once "vendor/autoload.php"