2017 © Pedro Peláez
 

library intelipost-bubb-sdk-php

Intelipost Logistics Gateway Magento Extension

image

lucascolette/intelipost-bubb-sdk-php

Intelipost Logistics Gateway Magento Extension

  • Monday, December 26, 2016
  • by lucascolette
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 9 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Intelipost PHP Client Library

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, (*1)

Installation

There are two ways to install:, (*2)

Require Library, (*3)

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

or via Composer:, (*4)

Create or add the following to composer.json in your project root:, (*5)

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

Install composer dependancies:, (*6)

php composer.phar install

Require dependencies:, (*7)

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

Documentation

Up-to-date documentation at: http://docs.intelipost.com.br, (*8)

Releases

1.0.1

2016-02-10 | Intelipost, (*9)

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

1.0.0

2015-09-30 | Intelipost, (*10)

  • 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, (*11)

  • changed basic log format

0.3.3

2014-07-07 | Pablo del Vecchio, (*12)

  • added round_trip network time

0.3.2

2014-06-23 | Pablo del Vecchio, (*13)

  • added response model

0.3.0

2014-04-28 | Pablo del Vecchio, (*14)

  • updated quote example

0.2.3

2014-03-24 | Pablo del Vecchio, (*15)

  • changed base folder

0.2.2

2014-03-18 | Pablo del Vecchio, (*16)

  • updated composer.json

0.2.1

2014-03-18 | Pablo del Vecchio, (*17)

  • added timeout fallback

0.1.0

2014-03-11 | Pablo del Vecchio, (*18)

  • initial commit

The Versions

26/12 2016

dev-master

9999999-dev https://github.com/intelipost/api-php

Intelipost Logistics Gateway Magento Extension

  Sources   Download

MIT

The Requires

  • ext-curl *
  • ext-json *
  • php >=5.3.0

 

The Development Requires

by leonardo volpatto

api gateway shipping logistics intelipost