squallcx / LineCross

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LineCross

Description

Line Unofficial Library For PHP

Usage

  1. Make Authinfo(optional)
    • Token Only
    $Auth= new AuthInfo("TOKEN");
    • Mail And Pass (and CERT)
    $Auth= new AuthInfo(NULL,"MAIL","PASS","CERT(optional)");
  2. Login
    • Use QR Code
    $Line = new LineCross();
    • Other
    $Line = new LineCross($Auth);

Author

x9119x

About

License:Apache License 2.0


Languages

Language:PHP 100.0%