2017 © Pedro Peláez
 

library shopify-api

Shopify API resources client in PHP

image

secomapp/shopify-api

Shopify API resources client in PHP

  • Monday, March 5, 2018
  • by cadicvnn
  • Repository
  • 3 Watchers
  • 1 Stars
  • 121 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 21 % Grown

The README.md

Shopify API

A simple Shopify API client in PHP., (*1)

Requirements

  • PHP 5.4 (or higher)
  • ext-curl, ext-json

Installation

Get the library via Composer, (*2)

composer require secomapp/shopify-api

Usage

First you will need to initialise the client like this:, (*3)

$client = new \Secomapp\ClientApi($clientSecret, $shopName, $accessToken);

Then you can begin making requests like shown below., (*4)

$orderApi = new \Secomapp\Resources\Order($client);
$oders = $orderApi->all();

The Versions

05/03 2018

dev-master

9999999-dev

Shopify API resources client in PHP

  Sources   Download

MIT

The Requires

 

api shopify

31/10 2017

dev-analysis-q12K7w

dev-analysis-q12K7w

Shopify API resources client in PHP

  Sources   Download

MIT

The Requires

 

api shopify