承接 idealizetecnologia/intelipost 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

idealizetecnologia/intelipost

Composer 安装命令:

composer require idealizetecnologia/intelipost

包简介

Intelipost Logistics Gateway PHP SDK

README 文档

README

Intelipost is a simple, fast and secure shipping and logistics gateway API. You can sign up for an account at http://www.intelipost.com.br

Installation

There are two ways to install:

Require Library

require_once("/path/to/lib/intelipost.php");

or via Composer:

Create or add the following to composer.json in your project root:

{
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/intelipost/sdk-php"
        }
    ],
    "require": {
        "intelipost/api-php": "dev-master"
    }
}

Install composer dependancies:

php composer.phar install

Require dependencies:

require_once("/path/to/vendor/autoload.php");

Documentation

Up-to-date documentation at: http://docs.intelipost.com.br

Releases

1.1.0

2019-05-24 | Idealize Tecnologia

  • Generate Tracking Code
  • Generate PLP

1.0.1

2016-02-10 | Intelipost

  • Origin zip code to create a shipment order
  • ApiKey as parameter on LoadConfigs method

1.0.0

2015-09-30 | Intelipost

  • Get CEP - Auto Complete
  • Get Activated Delivery Methods
  • Get Quote
  • Quote by Volume
  • Get Label
  • Create Shipment Order
  • Get Shipment Order
  • Cancel Shipment Order
  • Mark Multiple Shipment Orders as "Shipped"
  • Mark Multiple Shipment Orders as "Ready for Shipment"
  • Webhook

0.3.4

2014-07-07 | Pablo del Vecchio

  • changed basic log format

0.3.3

2014-07-07 | Pablo del Vecchio

  • added round_trip network time

0.3.2

2014-06-23 | Pablo del Vecchio

  • added response model

0.3.0

2014-04-28 | Pablo del Vecchio

  • updated quote example

0.2.3

2014-03-24 | Pablo del Vecchio

  • changed base folder

0.2.2

2014-03-18 | Pablo del Vecchio

  • updated composer.json

0.2.1

2014-03-18 | Pablo del Vecchio

  • added timeout fallback

0.1.0

2014-03-11 | Pablo del Vecchio

  • initial commit

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-02-19