schierproducts / schier-product-api
A PHP wrapper to access and interact with the Schier Products product API.
Installs: 2 100
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Requires
- php: >=8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- guzzlehttp/guzzle: ^7.0
- illuminate/http: ^8.19|^9.0|^10.0|^11.0
Requires (Dev)
- fakerphp/faker: ^1.13
- orchestra/testbench: ^8.0
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2024-11-02 17:41:54 UTC
README
Schier Product Api PHP Wrapper
For full documentation, see the Schier API Documentation.
Installation
To install this wrapper for the Schier Products Api, use the following BASH script to install this package via composer:
composer require schierproducts/schier-product-api:dev-master
Note: Please regard the :dev-master
suffix. As this wrapper and the API are actively under development, please use this to ensure you get the most recent code/updates.