LiteOTP
stable
LiteOTP Simpe OTP API 클라이언트입니다.
실행하려면 php7이 필요합니다.
$ 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
<?php
// test.php
require __DIR__ . ' /vendor/autoload.php ' ;
use Cvar1984 LiteOTP Otp ;
try {
$ numberPhone = ' +628xxxxxxxx ' ;
Otp:: tokopedia ( $ numberPhone , true ); // verbose
Otp:: jdid ( $ numberPhone );
Otp:: phd ( $ numberPhone );
} catch ( Exception $ e ) {
echo $ e -> xdebug_message ;
}
저작권 (C) Cvar1984, 2019
이 프로그램은 무료 소프트웨어입니다. Free Software Foundation에서 발행한 GNU General Public License의 조건에 따라 재배포 및/또는 수정할 수 있습니다. 라이선스 버전 2 또는 (귀하의 선택에 따라) 이후 버전.
이 프로그램은 유용할 것이라는 희망으로 배포되지만 어떠한 보증도 제공하지 않습니다. 상품성이나 특정 목적에의 적합성에 대한 묵시적인 보증도 제공되지 않습니다. 자세한 내용은 GNU 일반 공중 라이선스를 참조하세요.
이 프로그램과 함께 GNU General Public License 사본을 받으셨을 것입니다. 그렇지 않은 경우 http://www.gnu.org/licenses/를 참조하세요.