Download the PHP package chez14/line-notify-sdk without Composer

On this page you can find all versions of the php package chez14/line-notify-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package line-notify-sdk

line-notify-sdk-php

Line Notify SDK Client for PHP. Generate Auth URL, resolve authcode to token, and send messages directly.

About the LINE API

See the official API documentation for more information.

English: notify-bot.line.me/doc/en

Japanese: notify-bot.line.me/doc/ja/

Getting Started

Installation

Use Composer to pull this library.

Create a Channel

  1. Create a LINE Notify Client, go to LINE Notify Service Creator, and register new Service.
  2. Go to LINE Notify Service Manager, open your service, and grab the Client Secret and Client ID.

Creating API Instance

Create a new object from LINE\Notify\Api. Don't forget to supply both client_id and client_secret to the parameter.

After that, you can use your get your auth code, and do some OAuth job.

That, will produce something like:

Check our documentation page to get more info about this library classes, and see our examples folder to get more examples.

Go beyond, and plus ultra!

Check this API Documentation (tbd), and check LINE Notify Bot's corresponding documentations.

Have fun!

All Might - Thumbs Up

License

MIT.

Bug Report

Please, if you have any feedback or bug report for this lib, submit it to the issue tracker. If you concern about the security and privacy, you can PGP-encrypt it using Chez14's Keybase, and submit it as an issue.


All versions of line-notify-sdk with dependencies

PHP Build Version
Package Version
Requires guzzlehttp/guzzle Version ^6.3
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package chez14/line-notify-sdk contains the following files

Loading the files please wait ....