Skip to content

A lightweight PHP package for tracking Shopee Express shipments with API integration and easy-to-use methods.

License

Notifications You must be signed in to change notification settings

fyvri/shopee-express-waybill

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shopee Express Waybill

Donate
Latest Stable Version PHP from Stable Version Static Analysis
Total Downloads License

Requirements

Installation

composer require azis-alvriyanto/shopee-express-waybill

Usage

use AzisAlvriyanto\ShopeeExpressWaybill\ShopeeExpressWaybill;

// Initialize
$shopeeExpressWaybill = new ShopeeExpressWaybill();

// Example: Check shipping number
$response = $shopeeExpressWaybill->check('SPXID133333333337');

// Output response
if ($response->success) {
    echo "Success: " . $response->message;
    print_r($response->data);
} else {
    echo "Error: " . $response->message;
}

Testing

To run the tests, use PHPUnit. Ensure PHPUnit is installed as a development dependency:

composer install --dev
composer test

API Documentation

Server API ready to use publicly in https://shopee-express-waybill.membasuh.com or you can get postman collection here.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

A lightweight PHP package for tracking Shopee Express shipments with API integration and easy-to-use methods.

Topics

Resources

License

Stars

Watchers

Forks

Languages