A package for integrating ParcelTrap in Laravel
Note: Please use the main
parceltrap/parceltrap
package instead.
Via Composer
composer require parceltrap/parceltrap-laravel
You can publish the configuration file with the following command:
php artisan vendor:publish --provider="ParcelTrap\Laravel\ParcelTrapServiceProvider"
You will need to configure a default driver, along with your ParcelTrap drivers in the config/parceltrap.php
file.
Once your drivers have been configured, you can use ParcelTrap via the facade as follows:
use ParcelTrap\Laravel\Facades\ParcelTrap;
// Using the default driver with the facade
ParcelTrap::find('ABCDEFG12345');
// Using a specific driver with the facade
ParcelTrap::driver('royal_mail')->find('ABCDEFG12345');
// Using via the container
app(\ParcelTrap\ParcelTrap::class)->find('ABCDEFG12345');
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 [email protected] 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.