dev-master
9999999-dev https://github.com/browner12/shippingship packages from your website
MIT
The Requires
The Development Requires
by Andrew Brown
shipping browner12
Wallogit.com
2017 © Pedro Peláez
ship packages from your website
![Software License][ico-license]
![Coverage Status][ico-scrutinizer]
![Total Downloads][ico-downloads], (*1)
This is a shipping package. It provides implementations for popular providers., (*2)
Via Composer, (*3)
``` bash $ composer require browner12/shipping, (*4)
## Setup Add the service provider to the providers array in `config/app.php`. ``` php 'providers' => [ browner12\shipping\ShippingServiceProvider::class, ];
``` php $shipper = new EasypostShipping(); $shipper->shipment();, (*5)
## Change log Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. ## Testing ``` bash $ composer test
Please see CONTRIBUTING and CONDUCT for details., (*6)
If you discover any security related issues, please email browner12@gmail.com instead of using the issue tracker., (*7)
The MIT License (MIT). Please see License File for more information., (*8)
ship packages from your website
MIT
shipping browner12