chec / commerce
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHP client library for Commerce.js by Chec
v1.0.0
2016-11-19 02:59 UTC
Requires
- php: >=5.4.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- apimatic/jsonmapper: ~1.0.0
- mashape/unirest-php: 3.0.4
This package is not auto-updated.
Last update: 2024-10-12 19:49:55 UTC
README
PHP client library for Commerce.js by Chec
You can learn more about Commerce.js & Chec at https://commercejs.com.
Requirements
PHP 5.4 and later.
Install
You can install the bindings via Composer. Run the following command:
composer require chec/commerce:*
To use the bindings, use Composer's autoload:
require_once('vendor/autoload.php');
Getting Started
Simple usage looks like:
Commerce\Auth::setApiKey('sk_test_8146250gNZ8gddde480e07ac91c10c2651077176aed27'); $products = Commerce\Product::all(); foreach($products as $k => $product): echo $product['name']; endforeach;
Documentation
Please see https://commercejs.com/docs/api