PHPackages                             magedin/econocargo-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. magedin/econocargo-php

ActiveLibrary

magedin/econocargo-php
======================

This SDK provides connection between PHP Applications and econoCARGO Service API.

10PHP

Since Oct 27Pushed 5y ago1 watchersCompare

[ Source](https://github.com/magedin/econocargo-php)[ Packagist](https://packagist.org/packages/magedin/econocargo-php)[ RSS](/packages/magedin-econocargo-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

econoCARGO PHP SDK
==================

[](#econocargo-php-sdk)

[![Build Status](https://camo.githubusercontent.com/3a88df291689a8bc6ad64e1475b9c7392114bb63f75d89bb1f8e124512301aff/68747470733a2f2f7472617669732d63692e636f6d2f6d61676564696e2f65636f6e6f636172676f2d7068702e7376673f6272616e63683d6d61696e)](https://travis-ci.com/magedin/econocargo-php)[![Codacy Badge](https://camo.githubusercontent.com/fe5d6ecb0512cf92d60310c781e598e9ccc045cafb3da765e011b05b46212949/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f6264656165386239376537343461366161303962386661663764376232346464)](https://www.codacy.com/gh/magedin/econocargo-php/dashboard?utm_source=github.com&utm_medium=referral&utm_content=magedin/econocargo-php&utm_campaign=Badge_Grade)

### About

[](#about)

This is the official SDK (Software Development Kit) for econoCARGO API. This SDK is intended to help with PHP systems and econoCARGO API.

### Installing

[](#installing)

##### Installing with composer

[](#installing-with-composer)

To install using composer you'll need to have composer installed on your computer so you will be able to install this SDK into your project easily.

Once you have composer installed you just need to require this SDK:

```
> composer require magedin/econocargo-php
```

### Usage

[](#usage)

To start using this SDK into your PHP system is really simple. Take a look in the example right below on how it's really easy to use:

```
