greenlyst / basecommerce
PHP SDK for Base Commerce
dev-master
2019-10-16 06:36 UTC
Requires
- php: ^7.2
- ext-json: *
- ext-openssl: *
- guzzlehttp/guzzle: ~6.0
- jdrieghe/array-helpers: ^0.2.0
- nesbot/carbon: ^2.0
Requires (Dev)
- codeception/codeception: ^3.1
This package is auto-updated.
Last update: 2025-03-21 23:42:37 UTC
README
Introduction
This project is still a work in progress. This is not Production ready yet.
To take a test drive of our SDK on the sandbox environment.
Click here BaseCommerce Developers Page to register for a demo account. In order to use the SDK in the production environment, you will need to have an active Merchant Account with Base Commerce.
Requirements
- PHP 7.2
- PHP OpenSSL Extension
- PHP JSON Extension
SDK Dependencies
Installation
The SDK uses composer to manage its dependencies. So before using the SDK, make sure you have Composer installed on your machine. Run the below command to add the package to your project.
composer require greenlyst/basecommerce
Once the SDK is installed it is time to setup your credentials.
::: warning
WHAT IS DIFFERENT FROM THE SDK PROVIDED BY BASECOMMERCE?
- Uses Composer for easier integration
- Source Controlled to keep track of changes
- Validations for mandatory fields before a request is sent to BaseCommerce
- Refactored with methods attached to each domain
- Code Analyzed and Quality checked through PHPInsights :::