定制 anunatak/bring 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

anunatak/bring

Composer 安装命令:

composer require anunatak/bring

包简介

An implementation of the Bring API for Laravel

README 文档

README

This library implements the Bring API for Laravel.

Installation

Install using composer:

composer require anunatak/bring

This package is compatible with Laravel 5.

Add the service provider in config/app.php:

'Anunatak\Bring\BringServiceProvider',

And add an alias:

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

Usage

All methods return an array of information directly from the Bring API.

For information about the data returned, please refer to the Bring API Documentation.

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

$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.

$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

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

统计信息

  • 总下载量: 31
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2015-02-19