this package is unofficial written in PHP.
For Documentation please check Shopee Open Platform
Install this package with composer by following command:
composer require faiznurullah/shopee
or add manually in your Composer.json
file.
on file .env you can add this configuration:
SHOPEE_PATNER_ID=<something>;
SHOPEE_PATNER_KEY=<something>;
SHOPEE_REDIRECT_URL=<something>;
SHOPEE_DEVELOPMENT_STATUS=true/false;
Service Name | Status |
---|---|
Product | ✅ |
MediaSpace | ✅ |
Shop | ✅ |
Merchant | ✅ |
Order | ✅ |
Logistics | ✅ |
FirstMile | ✅ |
Payment | ✅ |
Discount | ✅ |
Bundle Deal | ✅ |
Add-On Deal | ✅ |
Voucher | ✅ |
Follow Prize | ✅ |
TopPicks | ✅ |
ShopCategory | ✅ |
Returns | ✅ |
AccountHealth | ✅ |
Ads | ✅ |
Public | ✅ |
Push | ✅ |
For any requests, bugs, or comments, please open an issue.
Before you start to code, run this command to install all of the required packages. Make sure you have composer installed in your computer.
composer install
I hope you can enjoy and contribute to future development.