2017 © Pedro Peláez
 

library bring

An implementation of the Bring API for Laravel

image

anunatak/bring

An implementation of the Bring API for Laravel

  • Thursday, February 19, 2015
  • by tormjens
  • Repository
  • 1 Watchers
  • 0 Stars
  • 23 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Bring

This library implements the Bring API for Laravel., (*1)

Installation

Install using composer:, (*2)

composer require anunatak/bring

This package is compatible with Laravel 5., (*3)

Add the service provider in config/app.php:, (*4)

'Anunatak\Bring\BringServiceProvider',

And add an alias:, (*5)

'Bring'            => 'Anunatak\Bring\Bring',

Usage

All methods return an array of information directly from the Bring API., (*6)

For information about the data returned, please refer to the Bring API Documentation., (*7)

Get information about a postal code (such as postal area). By default this searches for postal codes in Norway, but the API also support a number of other countries, (*8)

$postalCode = Bring::postalCode(1337);

Get an array of nearby pickup points to a postal code. This is, for now, only an implementation of the postal code method. More to come later., (*9)

$pickupPoints = Bring::pickupPoints(1337);

You can also get tracking information about a package. Will require a valid tracking number, but for testing purposes you can use TESTPACKAGE-AT-PICKUPPOINT, (*10)

$tracking = Bring::trackPackage('TESTPACKAGE-AT-PICKUPPOINT');

The Versions

19/02 2015

dev-master

9999999-dev

An implementation of the Bring API for Laravel

  Sources   Download

The Requires

 

by Anunatak

laravel shipping bring