PHP code example of renlight10 / line-notify
1. Go to this page and download the library: Download renlight10/line-notify library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
renlight10 / line-notify example snippets
php
$line = new \renlight10\LineNotify\LineNotify("token");
$line->SETmessage("awesome!");
echo $line->sendIt();
php
$line->SETmessage("awesome!")->SETstickerPackageId(1)->SETstickerId(5);