mobi-market / royalmail-shipping-v3
Royal Mail Shipping API V3 Laravel package
Package info
github.com/Mobi-Market/royalmail-shipping-v3
pkg:composer/mobi-market/royalmail-shipping-v3
v2.0.1
2022-02-02 10:25 UTC
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: 2026-03-09 02:16:23 UTC
README
This package provides the Royal Mail Shipping API Calls for use in MobiMarket applications.
Installation
Install the latest version with
$ composer require mobi-market/royalmail-shipping-v3
Run composer update followed by composer dump
Publish the configuration file
php artisan vendor:publish --provider="MobiMarket\RoyalMailShipping\RoyalMailServiceProvider"
Update the settings in the configuration file located in: config\royalmail.php
Basic Usage
unfinished