An open API service indexing awesome lists of open source software.

https://github.com/andyredfern/inventory_planner

PHP Wrapper for Inventory Planner
https://github.com/andyredfern/inventory_planner

inventory-planner php php-wrapper

Last synced: about 1 month ago
JSON representation

PHP Wrapper for Inventory Planner

Awesome Lists containing this project

README

          

# PHP Wrapper for Inventory Planner

Inventory Planner is a SaaS product for planning and processing inventory. It integrates with a number of platforms - Shopify, Magento and Amazon - and [external API](http://help.inventory-planner.com/en/articles/674662-inventory-planner-public-api) that allows creating our own integrations.

## Getting Started

## Using the API in the Real World
During the development of this wrapper a number of tests failed or needed tweaking to make them work. Before you use the wrapper in anger you should review these [notes](API_CHEATSHEET.md).

## Status: Currently work in progress towards and initial release
However, we woudl love to hear from you if you want to help push the project forward. Please checkout the [Contribution guidelines for this project](CONTRIBUTING.md) if you are interested.

## Standing on the Shoulders of Giants
A big thank you to all the open sopurce projects that make developing a package like this possible.

[PHP](https://www.php.net/)

[PHP Unit](https://github.com/sebastianbergmann/phpunit)

[GuzzleHttp](https://github.com/guzzle/guzzle)

[psr/log](https://github.com/php-fig/log)

[vlucas/phpdotenv](https://github.com/vlucas/phpdotenv)