Giter VIP home page Giter VIP logo

intelipost's Introduction

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

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

intelipost's People

Contributors

projectaventures avatar rogerioms avatar leovolpatto avatar jopapo avatar stefanrehm avatar gustavointelipost avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.