Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

parceltrap/parceltrap-laravel

Repository files navigation

ParcelTrap Laravel

Latest Version on Packagist Software License Build Status Style CI Total Downloads Buy us a tree

A package for integrating ParcelTrap in Laravel

Note: Please use the main parceltrap/parceltrap package instead.

Install

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.

Usage

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');

Change log

Please see CHANGELOG for more information on what has changed recently.

Testing

composer test

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email security@voke.dev instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

Treeware

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.