Package Data | |
---|---|
Maintainer Username: | chitanok |
Maintainer Contact: | chitanok@yahoo.com (chitano kumar) |
Package Create Date: | 2017-10-12 |
Package Last Update: | 2018-04-26 |
Language: | PHP |
License: | MIT |
Last Refreshed: | 2024-11-23 03:11:56 |
Package Statistics | |
---|---|
Total Downloads: | 124 |
Monthly Downloads: | 0 |
Daily Downloads: | 0 |
Total Stars: | 1 |
Total Watchers: | 2 |
Total Forks: | 0 |
Total Open Issues: | 1 |
A basic implementation of Line BOT. You can create a simple bot using this repositories.
Line is a Messaging app you can text, call anytime from your Line app. It is free. Line BOT is a BOT application, you can develop it as per your business need (like sending push notification to your clients, who connected with your BOT account).
This is a Laravel based package so if you building your application using Laravel framework then you can simply run this command.
```sh
$ composer require chitanok/line-api-laravel
```
OR
```sh
$ composer require "chitanok/line-api-laravel":"dev-master"
```
Then add the service provider in config\app.php
sh Chitanok\LineApiLaravel\LineMessageServiceProvider::class,
Copyright (c) 2017 Agile Tech Solution.