faiznurullah / shopee
package application php to connect shopee open platform
dev-main
2024-11-14 08:50 UTC
Requires
- guzzlehttp/guzzle: ^7.0
- illuminate/support: ^6|^7|^8|^9|^10|^11
- vlucas/phpdotenv: ^5.6
This package is auto-updated.
Last update: 2024-12-15 02:47:55 UTC
README
this package is unofficial written in PHP.
Official documentation
For Documentation please check Shopee Open Platform
Installation
Install this package with composer by following command:
composer require faiznurullah/shopee
or add manually in your Composer.json
file.
Usage
Laravel && Native
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;
Support Methods
Contributing
For any requests, bugs, or comments, please open an issue.
Installing Packages
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.