Guest User

Untitled

a guest
Oct 17th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. <?php
  2. require_once './vendor/autoload.php';
  3. $token = 'LINE_NOTIFY_TOKEN';
  4. $ln = new KS\Line\LineNotify($token);
  5. $text = 'สวัสดี Line Notify';
  6. $ln->send($text);
Add Comment
Please, Sign In to add comment