Skip to content

Space48/bigcommerce-api-php

Repository files navigation

BigCommerce API PHP SDK

This is a PHP library to simplify interacting with the BigCommerce APIs.

It is automatically generated from the official API specs.

Re-generate

To re-generate based on the latest API specs, ensure that you have the api specs repo checkout out, and then run:

php bin/console sdk:generate ../bigcommerce-api-specs -f

Note that you may run into a couple of issues with the official repo, there's a fork here with some fixes.

Implementation

This SDK is built using Saloon. The Resources and Requests are generated using the SDK generator.

To do

  • Generate Requests
    • Ran into an issue with a request named "Void" which is a reserved word. Created an issue to see how we might proceed.
  • Generate Resources
  • Generate Connector
  • Throw exceptions on failure
  • Throw exception on rate limit
  • Add Data Transfer Objects for responses (not currently supported by saloon SDK generator)

About

A PHP SDK for the BigCommerce API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages