PHPackages                             vesselind/econt-integration - 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. vesselind/econt-integration

ActiveLibrary[API Development](/categories/api)

vesselind/econt-integration
===========================

PHP library for Econt API integration - Bulgarian delivery company

v1.0.0(3w ago)00MITPHPPHP &gt;=8.2

Since May 13Pushed 3w agoCompare

[ Source](https://github.com/vesselind/econt-integration)[ Packagist](https://packagist.org/packages/vesselind/econt-integration)[ RSS](/packages/vesselind-econt-integration/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (12)Versions (2)Used By (0)

PHP Econt Integration Library
=============================

[](#php-econt-integration-library)

A standalone PHP library for integrating with [Econt](https://www.econt.com/) Delivery Services API. Designed to be reusable across multiple projects and fully compatible with **PHP 8.2+**, **Symfony 6/7/8**, and any PSR-18 HTTP client.

---

Features
--------

[](#features)

- 📦 **Shipment management** — create, confirm, update, cancel labels
- 🗺️ **Address data** — countries, cities, streets, quarters, address validation
- 🏢 **Office / Econtomat lookup** — with filtering by country and city
- 💰 **Price calculation** — real-time shipment cost estimates
- 🚚 **Courier requests** — schedule pickups
- 📬 **Return &amp; delivery instructions** — configurable courier/return instructions
- 🔄 **Dual HTTP adapter** — Symfony HttpClient (default) or any PSR-18 client
- 🧩 **Typed model objects** — all requests and responses map to strongly-typed PHP classes
- ✅ **PHPStan level 6 + PSR-12 compliant**

---

Requirements
------------

[](#requirements)

DependencyVersionPHP`>= 8.2`symfony/http-client`^6.0 | ^7.0 | ^8.0`psr/http-client`^1.0`psr/http-factory`^1.0`nyholm/psr7`^1.8`---

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

[](#installation)

```
composer require vesselind/econt-integration
```

---

Quick Start
-----------

[](#quick-start)

### Standalone (any PHP project)

[](#standalone-any-php-project)

```
