A USPS driver for ParcelTrap
Via Composer
composer require parceltrap/driver-usps
Add the following to the drivers
section of your config/parceltrap.php
file:
'usps' => [
'api_key' => env('PARCELTRAP_USPS_API_KEY'),
'source_id' => env('PARCELTRAP_USPS_SOURCE_ID', env('APP_NAME')),
],
use ParcelTrap\ParcelTrap;
/** @var ParcelTrap $parcelTrap */
$parcelTrap->driver('usps');
Configure the relevant environment variables in your .env
file.
Please see CHANGELOG for more information on what has changed recently.
composer test
Please see CONTRIBUTING for details.
If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
You're free to use this package, but if it makes it to your production environment you are required to buy the world a tree.
It’s now common knowledge that one of the best tools to tackle the climate crisis and keep our temperatures from rising above 1.5C is to plant trees. If you support this package and contribute to the Treeware forest you’ll be creating employment for local families and restoring wildlife habitats.
You can buy trees here.
Read more about Treeware at treeware.earth.