2017 © Pedro Peláez
 

laravel-package line-api-laravel

This is a sample implementation of LINE API in Laravel

image

chitanok/line-api-laravel

This is a sample implementation of LINE API in Laravel

  • Thursday, April 26, 2018
  • by chitanok
  • Repository
  • 1 Watchers
  • 1 Stars
  • 37 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 1 Versions
  • 6 % Grown

The README.md

line-api-laravel

A basic implementation of Line BOT. You can create a simple bot using this repositories., (*1)

Background what is Line and Line bot?

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)., (*2)

Installation

This is a Laravel based package so if you building your application using Laravel framework then you can simply run this command., (*3)

```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,, (*4)

Copyright (c) 2017 Agile Tech Solution., (*5)

The Versions

26/04 2018

dev-master

9999999-dev https://github.com/chitanok/laravel-line-api

This is a sample implementation of LINE API in Laravel

  Sources   Download

MIT

The Requires

 

by chitano kumar

laravel lumen messaging line api line api laravel sample code for line api