mobi-market / dpd-integration
DPD integration laravel package
Installs: 2 170
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^7.4|^8.0
- guzzlehttp/guzzle: ^6.3|^7.3
- illuminate/support: >=5.8 <10.0
Requires (Dev)
This package is auto-updated.
Last update: 2024-10-29 05:47:16 UTC
README
This package provides the DPD API calls for use in MobiMarket applications.
Installation
Install the latest version with
$ composer require mobi-market/dpd-integration
Run composer update
followed by composer dump
Publish the configuration file
php artisan vendor:publish --provider="MobiMarket\DpdShipping\DpdServiceProvider"
Update the settings in the configuration file located in: config\dpd.php
Basic Usage
unfinished