siraj/ratetrack

get aramex rates and static tracking code.

Installs: 4

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Forks: 0

Type:laravelpackage

dev-master 2019-03-21 11:54 UTC

This package is not auto-updated.

Last update: 2025-06-22 10:20:48 UTC


README

ARAMEX RATE CALCULATOR AND TRACKING CODE PROVIDER.

Using this package, you can set your location and the charges to those locations. Then by using the member functions of the respective classs, the total charges with respect to the weight can be retrieved.

Installation: Require the siraj/ratetrack package in your composer.json and update your dependencies:

$ composer require siraj/ratetrack

Then, add Ratetrack\RateServiceProvider, to your config/app.php providers array:

Ratetrack\RateServiceProvider::class,

DONE!! ENJOY!!