Skip to content

x9119x/LineCross

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages