PHPackages                             mnib-dev/urgentcargus - 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. mnib-dev/urgentcargus

ActiveLibrary[API Development](/categories/api)

mnib-dev/urgentcargus
=====================

A very simple PHP Wrapper for the UrgentCargus API

v0.9.12(4y ago)714.7k4MITPHPPHP ^7.2.5 || ^8.0.2

Since Feb 2Pushed 4y ago2 watchersCompare

[ Source](https://github.com/mynameisbogdan/urgentcargus-php)[ Packagist](https://packagist.org/packages/mnib-dev/urgentcargus)[ RSS](/packages/mnib-dev-urgentcargus/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

UrgentCargus PHP API
====================

[](#urgentcargus-php-api)

The API is RESTful JSON over HTTP using [GuzzleHttp](http://docs.guzzlephp.org/en/latest/) as a HTTP client.

Usage example
=============

[](#usage-example)

```
$client = new \MNIB\UrgentCargus\Client($apiKey, $apiUri);
$client->createAccessToken('username', 'password');

$result = $client->get('PickupLocations');

$params = [
    'Sender' => [],
    'Recipient' => [],
    'Parcels' => 1,
    'TotalWeight' => 1,
    'DeclaredValue' => 1000,
    'CashRepayment' => 1000,
    'BankRepayment' => 0,
    'OpenPackage' => true,
    'SaturdayDelivery' => false,
    'PackageContent' => 'awb content',
    'CustomString' => $orderId,
];
$awbId = $client->post('Awbs', $params);
```

Official UrgentCargus Documentation
===================================

[](#official-urgentcargus-documentation)

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

1566d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/53a262c7778cc8b24b10f0b03177d5053b9fc48c9a1fbcd9068b343ce1d209db?d=identicon)[mynameisbogdan](/maintainers/mynameisbogdan)

---

Top Contributors

[![mynameisbogdan](https://avatars.githubusercontent.com/u/707714?v=4)](https://github.com/mynameisbogdan "mynameisbogdan (1 commits)")

---

Tags

urgentcargusurgentcargus-apiurgentcargus-php

### Embed Badge

![Health badge](/badges/mnib-dev-urgentcargus/health.svg)

```
[![Health](https://phpackages.com/badges/mnib-dev-urgentcargus/health.svg)](https://phpackages.com/packages/mnib-dev-urgentcargus)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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