/LineCross

Primary LanguagePHPApache License 2.0Apache-2.0

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