solutlux/bigcommerce-api-php

Enables PHP applications to communicate with the Bigcommerce v3 API.


Keywords
http, rest, ecommerce, api, business
License
MIT

Documentation

Bigcommerce API Client

PHP client for connecting to the Bigcommerce V3 REST API.

To find out more, visit the official documentation website: http://developer.bigcommerce.com/

Build Status Coverage Status Dependency Status

Latest Stable Version Total Downloads

Requirements

  • PHP 5.3 or greater
  • cUrl extension enabled

Installation

Namespace

Configuration

Connecting to the store

Accessing collections and resources (GET)

Paging and Filtering

Updating existing resources (PUT)

Creating new resources (POST)

Deleting resources and collections (DELETE)

Handling Errors And Timeouts

Specifying the SSL cipher

Verifying SSL certificates

Connecting through a proxy server