承接 cegrent/current 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

cegrent/current

最新稳定版本:0.1.2

Composer 安装命令:

composer require cegrent/current

包简介

Current RMS Laravel Package

README 文档

README

A lightweight package that will allow your Laravel application to talk to the Current RMS API.

Getting Started

Add to your project composer require Cegrent/current dev-master.

  1. Add Cegrent\Current\CurrentServiceProvider::class to providers in config/app.php
  2. Add 'Current' => Cegrent\Current\Current::class to aliases in config/app.php
  3. Run php artisan vendor:publish
  4. Add API Key and domain details to config/current.php

Typical usage

GET request on /products:

Current::get('/products', array('page' => '1', 'per_page' => '20', 'filtermode' => 'all'));

POST request on /availability/group:

Current::post('/availability/group', array(), array('product_availability_view_options' => array('product_group_id' => 1));

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-03-31