Download the PHP package minchao/every8d-laravel without Composer

On this page you can find all versions of the php package minchao/every8d-laravel. 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 every8d-laravel

every8d-laravel

Build Status Latest Stable Version Latest Unstable Version composer.lock

這是一個簡單的 Laravel service provider,讓您在 Laravel 或 Lumen 應用中更容易的使用 EVERY8D SDK

執行環境

安裝

建議透過 Composer 安裝:

安裝後,您必須在應用啟動時註冊這個套件,請參考以下步驟說明。

Laravel

在 Laravel 5.5 或以上版本,這個套件可以自動註冊 provider 與 facade。

Lumen

由於 Lumen 沒有自動註冊機制,請在專案的 bootstrap/app.php 檔案中加入 Every8d\Laravel\Every8dServiceProvider

複製 every8d.php 設定擋:

設定

使用 Artisan 指令產生套件設定擋(Lumen 未支援)。

然後在 config/every8d.php 設定檔內填入您的 EVERY8D SMS API 帳號密碼。另一個選擇,您也可以在 .env 檔案中透過環境變數設定:

使用

在應用內使用時,您可以從 service container 中取得 EVERY8D SDK 實例:

或,您也可以使用 facade:

License

See the LICENSE file for license rights and limitations (BSD 3-Clause).


All versions of every8d-laravel with dependencies

PHP Build Version
Package Version
Requires php Version >=7.0
illuminate/support Version >=5.5
minchao/every8d-php Version ^1.0.2
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 minchao/every8d-laravel contains the following files

Loading the files please wait ....