PHPackages                             pugofka/dpd - 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. pugofka/dpd

ActiveLibrary[API Development](/categories/api)

pugofka/dpd
===========

laravel package for work with DPD shipment

0.5.0(4y ago)11173[1 PRs](https://github.com/pugofka/dpd/pulls)MITPHP

Since Dec 5Pushed 4y ago5 watchersCompare

[ Source](https://github.com/pugofka/dpd)[ Packagist](https://packagist.org/packages/pugofka/dpd)[ RSS](/packages/pugofka-dpd/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (1)Versions (9)Used By (0)

dpd
===

[](#dpd)

Laravel package for DPD logistic (Russian logistic service)

Usage
-----

[](#usage)

```
use Pugofka\Dpd\Dpd;

$dpd = new Dpd();

// get all available cities
$dpd->getCities();

// calculate delivery cost
$dpd->getCostCommon (
    string $from, // ID city from
    string $to, // ID city to
    bool $selfPickup = true,
    bool $selfDelivery=false,
    float $weight = 0, // weight in kg
    float $declaredValue = 0,
    $pickupDate = null, // format 2014-05-21
    float $volume = null
);

// get all available pickpoints
$dpd->getPickPoints();

// get all available terminals
$dpd->getTerminals();
```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

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

Every ~225 days

Recently: every ~332 days

Total

8

Last Release

1508d ago

### Community

Maintainers

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

---

Top Contributors

[![yushkevichv](https://avatars.githubusercontent.com/u/2371017?v=4)](https://github.com/yushkevichv "yushkevichv (31 commits)")[![gipperion](https://avatars.githubusercontent.com/u/7254932?v=4)](https://github.com/gipperion "gipperion (10 commits)")[![Control-kun](https://avatars.githubusercontent.com/u/12896775?v=4)](https://github.com/Control-kun "Control-kun (3 commits)")[![JaneKiseleva](https://avatars.githubusercontent.com/u/80046381?v=4)](https://github.com/JaneKiseleva "JaneKiseleva (2 commits)")[![slavix](https://avatars.githubusercontent.com/u/14139537?v=4)](https://github.com/slavix "slavix (1 commits)")

---

Tags

apilaravelshipmentdpd

### Embed Badge

![Health badge](/badges/pugofka-dpd/health.svg)

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

###  Alternatives

[andreaselia/laravel-api-to-postman

Generate a Postman collection automatically from your Laravel API

1.0k586.2k3](/packages/andreaselia-laravel-api-to-postman)[mollie/laravel-mollie

Mollie API client wrapper for Laravel &amp; Mollie Connect provider for Laravel Socialite

3624.1M28](/packages/mollie-laravel-mollie)[api-ecosystem-for-laravel/dingo-api

A RESTful API package for the Laravel and Lumen frameworks.

3121.5M10](/packages/api-ecosystem-for-laravel-dingo-api)[essa/api-tool-kit

set of tools to build an api with laravel

52680.5k](/packages/essa-api-tool-kit)[smodav/mpesa

M-Pesa API implementation

16363.7k1](/packages/smodav-mpesa)[specialtactics/l5-api

Dependencies for the Laravel API Boilerplate package

3672.8k2](/packages/specialtactics-l5-api)

PHPackages © 2026

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