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
- Host: GitHub
- URL: https://github.com/andyredfern/inventory_planner
- Owner: andyredfern
- License: mit
- Created: 2019-12-12T16:41:37.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-06-14T15:16:06.000Z (over 2 years ago)
- Last Synced: 2024-12-06T19:33:00.744Z (about 1 year ago)
- Topics: inventory-planner, php, php-wrapper
- Language: PHP
- Size: 81.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
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)