PHPackages                             lucascolette/intelipost-bubb-sdk-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. lucascolette/intelipost-bubb-sdk-php

ActiveLibrary

lucascolette/intelipost-bubb-sdk-php
====================================

Intelipost Logistics Gateway Magento Extension

01PHP

Since Dec 26Pushed 9y ago1 watchersCompare

[ Source](https://github.com/lucascolette/intelipost-bubb-sdk-php)[ Packagist](https://packagist.org/packages/lucascolette/intelipost-bubb-sdk-php)[ RSS](/packages/lucascolette-intelipost-bubb-sdk-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Intelipost PHP Client Library
=============================

[](#intelipost-php-client-library)

Intelipost is a simple, fast and secure shipping and logistics gateway API. You can sign up for an account at

Installation
------------

[](#installation)

There are two ways to install:

**Require Library**

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

**or via [Composer](http://getcomposer.org/):**

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

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

Install composer dependancies:

```
php composer.phar install
```

Require dependencies:

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

Documentation
-------------

[](#documentation)

Up-to-date documentation at:

Releases
--------

[](#releases)

1.0.1
-----

[](#101)

*2016-02-10 | Intelipost*

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

1.0.0
-----

[](#100)

*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
-----

[](#034)

*2014-07-07 | Pablo del Vecchio*

- changed basic log format

0.3.3
-----

[](#033)

*2014-07-07 | Pablo del Vecchio*

- added round\_trip network time

0.3.2
-----

[](#032)

*2014-06-23 | Pablo del Vecchio*

- added response model

0.3.0
-----

[](#030)

*2014-04-28 | Pablo del Vecchio*

- updated quote example

0.2.3
-----

[](#023)

*2014-03-24 | Pablo del Vecchio*

- changed base folder

0.2.2
-----

[](#022)

*2014-03-18 | Pablo del Vecchio*

- updated composer.json

0.2.1
-----

[](#021)

*2014-03-18 | Pablo del Vecchio*

- added timeout fallback

0.1.0
-----

[](#010)

*2014-03-11 | Pablo del Vecchio*

- initial commit

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a6cc656de6d7459fd618ca850b6eda43ddc3b90b5d10844bf20389f0806dcee9?d=identicon)[lucascolette](/maintainers/lucascolette)

---

Top Contributors

[![projectaventures](https://avatars.githubusercontent.com/u/6084459?v=4)](https://github.com/projectaventures "projectaventures (16 commits)")[![rogerioms](https://avatars.githubusercontent.com/u/13303637?v=4)](https://github.com/rogerioms "rogerioms (14 commits)")[![leovolpatto](https://avatars.githubusercontent.com/u/6312481?v=4)](https://github.com/leovolpatto "leovolpatto (5 commits)")[![gustavointelipost](https://avatars.githubusercontent.com/u/7913922?v=4)](https://github.com/gustavointelipost "gustavointelipost (1 commits)")[![lucascolette](https://avatars.githubusercontent.com/u/829381?v=4)](https://github.com/lucascolette "lucascolette (1 commits)")

### Embed Badge

![Health badge](/badges/lucascolette-intelipost-bubb-sdk-php/health.svg)

```
[![Health](https://phpackages.com/badges/lucascolette-intelipost-bubb-sdk-php/health.svg)](https://phpackages.com/packages/lucascolette-intelipost-bubb-sdk-php)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
