Download the PHP package anvari182/laravel-tracking-more without Composer
On this page you can find all versions of the php package anvari182/laravel-tracking-more. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download anvari182/laravel-tracking-more
More information about anvari182/laravel-tracking-more
Files in anvari182/laravel-tracking-more
Package laravel-tracking-more
Short Description A Laravel package for using TrackingMore API.
License MIT
Informations about the package laravel-tracking-more
Laravel TrackingMore
A Laravel package for managing TrackingMore API.
TrackingMore helps eCommerce businesses to update and manage their shipment with efficiency.
This package is a wrapper of TrackingMore API PHP SDK for Laravel.
Version support
- PHP: 8.0 | 8.1 | 8.2
- Laravel: 10.0
Installation
You can install using composer from Packagist.
Configuration
Add TRACKING_MORE_API_KEY
in your .env file.
Get your TrackingMore API key from TrackingMore
Usage
Inject the Tracking or Courier where you need:
Or use it with Facade:
Tracking
Create a tracking
Get results
Create trackings
Create multiple trackings (Max. 40 tracking numbers create in one call).
Update a tracking by ID
Tracking ID
Delete a tracking by ID
Tracking ID
Retrack an expired tracking by ID
Tracking ID
Courier
Detect courier
Return a list of matched couriers based on submitted tracking number.
Get all couriers
Return a list of all supported couriers.
Dependencies
TrackingMore API PHP SDK v.1.0.0
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
This project is licensed under the MIT License - see the LICENSE file for details.
All versions of laravel-tracking-more with dependencies
illuminate/support Version ^10.0
trackingmore/trackingmore-sdk-php Version ^0.1.1