2017 © Pedro Peláez
 

library shipping

ship packages from your website

image

browner12/shipping

ship packages from your website

  • Saturday, February 20, 2016
  • by browner12
  • Repository
  • 1 Watchers
  • 0 Stars
  • 4 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

shipping

Latest Version on Packagist ![Software License][ico-license] Build Status ![Coverage Status][ico-scrutinizer] Quality Score ![Total Downloads][ico-downloads], (*1)

This is a shipping package. It provides implementations for popular providers., (*2)

Install

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, ];

Usage

``` 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

Contributing

Please see CONTRIBUTING and CONDUCT for details., (*6)

Security

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

Credits

License

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

The Versions

20/02 2016