jjsoftwareltd/current-gateway 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

jjsoftwareltd/current-gateway

最新稳定版本:v1.12

Composer 安装命令:

composer require jjsoftwareltd/current-gateway

包简介

A Laravel Facade to access the Current RMS Api

README 文档

README

Installation

You can install the package via composer:

composer require jjsoftwareltd/current-gateway

Add your subdmoain and key to your env file:

CURRENT_SUBDOMAIN=
CURRENT_KEY=

You can optionally publish the config file with:

php artisan vendor:publish --tag="current-gateway-config"

Usage

The response is returned as an associative array.

CurrentGateway::get('opportunities', ['page' => 1]);

CurrentGateway::post('opportunities', ['subject' => 'My Job']);

CurrentGateway::put('opportunities/1', ['subject' => 'My Job']);

CurrentGateway::delete('opportunities/1');

Changelog

Please see CHANGELOG for more information on what has changed recently.

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-08-18