PHPackages                             post2go/post2go-client - 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. [API Development](/categories/api)
4. /
5. post2go/post2go-client

ActiveLibrary[API Development](/categories/api)

post2go/post2go-client
======================

Post2Go API client.

4941[1 PRs](https://github.com/post2go/api-client-php/pulls)PHP

Since Aug 21Pushed 10y ago3 watchersCompare

[ Source](https://github.com/post2go/api-client-php)[ Packagist](https://packagist.org/packages/post2go/post2go-client)[ RSS](/packages/post2go-post2go-client/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (4)Used By (0)

Post2Go API client
==================

[](#post2go-api-client)

[![Build Status](https://camo.githubusercontent.com/62630d15aa8c22db757e47d7ef758e3b1e392af3352dabf670156bea9b91701d/68747470733a2f2f7472617669732d63692e6f72672f706f737432676f2f6170692d636c69656e742d7068702e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/post2go/api-client-php)

[Post2Go](http://post2go.ru/ "post2go.ru") is a shipment tracking service.

```
$post2goClient = new Post2GoClient\Manager('INSERT YOUR API KEY HERE');

$courier = 'usps';
$trackingNumber = 'EC208786464US';

//detect courier by tracking number
$post2goClient->couriers()->detect($trackingNumber);
//get all couriers
$post2goClient->couriers()->get();

//add tracking number to post2go
$post2goClient->tracking()->create($courier, $trackingNumber);
//get tracking info
$post2goClient->tracking()->get($courier, $trackingNumber);
//reactivate tracking number
$post2goClient->tracking()->reactivate($courier, $trackingNumber);

//get last checkpoint info
$post2goClient->lastCheckpoint($courier, $trackingNumber);
```

See [examples](https://github.com/post2go/api-client-php/tree/master/examples) for more info

### Installing via Composer

[](#installing-via-composer)

The recommended way to install is through [Composer](http://getcomposer.org).

```
# Install Composer
curl -sS https://getcomposer.org/installer | php

# Add as a dependency
php composer.phar require post2go/post2go-client:dev-master
```

After installing, you need to require Composer's autoloader:

```
require 'vendor/autoload.php';
```

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 71.2% of commits — single point of failure

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/6e8dd28c6d26591bf9ad92a1438c87b2bb739e4793938b880fa4acd7c922a98f?d=identicon)[vitaliy-urazov](/maintainers/vitaliy-urazov)

---

Top Contributors

[![addfs](https://avatars.githubusercontent.com/u/184040?v=4)](https://github.com/addfs "addfs (42 commits)")[![vitaliy-urazov](https://avatars.githubusercontent.com/u/2518159?v=4)](https://github.com/vitaliy-urazov "vitaliy-urazov (9 commits)")[![druidvav](https://avatars.githubusercontent.com/u/1116122?v=4)](https://github.com/druidvav "druidvav (6 commits)")[![khaoos](https://avatars.githubusercontent.com/u/2190887?v=4)](https://github.com/khaoos "khaoos (2 commits)")

### Embed Badge

![Health badge](/badges/post2go-post2go-client/health.svg)

```
[![Health](https://phpackages.com/badges/post2go-post2go-client/health.svg)](https://phpackages.com/packages/post2go-post2go-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M475](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M270](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M453](/packages/google-gax)

PHPackages © 2026

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