Skip to content

browner12/shipping

Repository files navigation

shipping

Latest Version on Packagist Software License Build Status Coverage Status Quality Score Total Downloads

This is a shipping package. It provides implementations for popular providers.

Install

Via Composer

$ composer require browner12/shipping

Setup

Add the service provider to the providers array in config/app.php.

'providers' => [
    browner12\shipping\ShippingServiceProvider::class,
];

Usage

$shipper = new EasypostShipping();
$shipper->shipment();

Change log

Please see CHANGELOG for more information what has changed recently.

Testing

$ composer test

Contributing

Please see CONTRIBUTING and CONDUCT for details.

Security

If you discover any security related issues, please email browner12@gmail.com instead of using the issue tracker.

Credits

License

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

Releases

No releases published

Packages

No packages published

Languages