定制 positus/positus-api-laravel-client 二次开发

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

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

positus/positus-api-laravel-client

最新稳定版本:0.1.0

Composer 安装命令:

composer require positus/positus-api-laravel-client

包简介

Client library for Positus APIs

README 文档

README

  • PHP 7.4+
  • Laravel 7.0+

Installing

Positus Client Laravel ^6.0 Laravel ^7.0 Laravel ^8.0
0.0.5
0.1.0

Use Composer to install it:

composer require positus/positus-api-laravel-client

Publish the configuration file:

php artisan vendor:publish --provider="Positus\Laravel\ClientServiceProvider"

Add the POSITUS_API_TOKEN variable to the .env file

POSITUS_API_TOKEN=token

Instantiating

The Laravel package don't need to create a new instance of the Client. You can simply call the method static.

use Positus\Laravel\Client;

Client::number('your-number-id');

Authentication

If you don't have an authentication token, click here to generate one.

The authentication token must be placed inside the Positus configuration file.

Documentation

The documentation follows the same guidelines as the regular php package.

In case you have difficulties, we provide an example video of integration.

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 2
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-07-17