定制 arjanwestdorp/laravel-imaginary-client 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

arjanwestdorp/laravel-imaginary-client

最新稳定版本:1.4.0

Composer 安装命令:

composer require arjanwestdorp/laravel-imaginary-client

包简介

A laravel implementation of the imaginary client

README 文档

README

Latest Stable Version License Build Status Quality Score Coverage

This package is a Laravel implementation of the imaginary client.More information about this client can be found on https://github.com/arjanwestdorp/imaginary-client

Installation

The recommended way to install the client is through composer:

composer require arjanwestdorp/imaginary-client

Register the service provider and optionally the facade:

// config/app.php
 
'providers' => [
    ...
    ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider::class,
];
 
'aliases' => [
    ...
    'Imaginary' => ArjanWestdorp\Imaginary\Laravel\Imaginary::class,
];

Finally you'll need to add these two keys to your .env file:

IMAGINARY_CLIENT=
IMAGINARY_URL=

Optionally you can publish the config file:

php artisan vendor:publish --provider="ArjanWestdorp\Imaginary\Laravel\ImaginaryServiceProvider" --tag="config"

Security

If you discover any security issues, please email arjanwestdorp@gmail.com instead of creating an issue.

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

  • 总下载量: 14.69k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 1
  • 点击次数: 1
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 1
  • Watchers: 2
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2017-05-10