hautelook/ups-api-bundle 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

hautelook/ups-api-bundle

Composer 安装命令:

composer require hautelook/ups-api-bundle

包简介

Symfony2 Bundle that provides access to the UPS Api

README 文档

README

A Symfony2 bundle to integrate with the UPS Api. This uses the UPS-API library. This is in active development right now.

Build Status Scrutinizer Code Quality Code Coverage SensioLabsInsight

Introduction

To use this bundle you need to sign up on the UPS developers website for a new UPS Api Key

Installation

Simply run assuming you have installed composer.phar or composer binary (or add to your composer.json and run composer install:

$ composer require hautelook/ups-api-bundle

You can follow dev-master, or use a more stable tag (recommended for various reasons). On the Github repository, or on Packagist, you can always find the latest tag.

Now add the Bundle to your Kernel:

<?php
// app/AppKernel.php

public function registerBundles()
{
    $bundles = array(
        // ...
        new Hautelook\UPSApiBundle\HautelookUPSApiBundle(),
        // ...
    );
}

Configuration

You can configure the bundle like so:

# app/config/config.yml

hautelook_ups_api:
    # Add configuration here

Usage

Add usage information...

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-11-08