PHPackages                             cvar1984/liteotp - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. cvar1984/liteotp

AbandonedArchivedApplication[Authentication &amp; Authorization](/categories/authentication)

cvar1984/liteotp
================

quick spam sms otp

2.1.0(5y ago)602021[1 PRs](https://github.com/Cvar1984/LiteOTP/pulls)MITPHP

Since May 28Pushed 3y agoCompare

[ Source](https://github.com/Cvar1984/LiteOTP)[ Packagist](https://packagist.org/packages/cvar1984/liteotp)[ Fund](https://www.paypal.me/Cvar1984)[ RSS](/packages/cvar1984-liteotp/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (4)Dependencies (3)Versions (7)Used By (0)

LiteOTP
=======

[](#liteotp)

> LiteOTP is a Simpe OTP API Client,

- Simple to use
- Multi providers
- Asyncronous
- Reusable
- Colorfull

Installation
------------

[](#installation)

requires [php7](https://php.net) to run.

### Install the dependencies and software.

[](#install-the-dependencies-and-software)

```
$ pkg install php -y
$ php -a
php > copy('https://raw.githubusercontent.com/Cvar1984/LiteOTP/master/build/lite', 'lite');
php > chmod(0755, 'lite');
php > rename('lite', $_SERVER['PREFIX'] . '/bin/lite');
php > exit;
$ lite +628xxxxx
$ lite ./test_list.txt
```

### Exaxmple class usage

[](#exaxmple-class-usage)

```
