2017 © Pedro Peláez
 

library current

Current RMS Laravel Package

image

ceghirepro/current

Current RMS Laravel Package

  • Wednesday, May 30, 2018
  • by ceghirepro
  • Repository
  • 1 Watchers
  • 2 Stars
  • 58 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 29 % Grown

The README.md

Current RMS Laravel Package

A lightweight package that will allow your Laravel application to talk to the Current RMS API., (*1)

Getting Started

Add to your project composer require Cegrent/current dev-master., (*2)

  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:, (*3)

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

POST request on /availability/group:, (*5)

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

The Versions

30/05 2018

dev-master

9999999-dev

Current RMS Laravel Package

  Sources   Download

MIT MIT License

The Requires

 

by Benjamin Bowles

30/05 2018

0.0.3

0.0.3.0

Current RMS Laravel Package

  Sources   Download

MIT License

The Requires

 

by Benjamin Bowles

03/08 2017

0.0.1

0.0.1.0

Current RMS Laravel Package

  Sources   Download

MIT License

The Requires

 

by Benjamin Bowles