PHPackages                             wishbox/cdek-library - 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. wishbox/cdek-library

ActiveLibrary

wishbox/cdek-library
====================

PHP library for working with CDEK-related functionality.

0.1.0(1mo ago)01↓100%MITHTMLPHP ^8.4

Since Apr 5Pushed 3w agoCompare

[ Source](https://github.com/nekrasovvitaliy/wishboxcdek)[ Packagist](https://packagist.org/packages/wishbox/cdek-library)[ RSS](/packages/wishbox-cdek-library/feed)WikiDiscussions main Synced 1mo ago

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

wishbox/cdek-library
====================

[](#wishboxcdek-library)

PHP 8.4 client for CDEK API with a modular structure around a shared `CdekClient`, PSR-18 HTTP support, request DTOs, and basic local validation for order creation.

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

[](#requirements)

- PHP 8.4+
- PSR-18 HTTP client
- PSR-17 request and stream factories

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

[](#installation)

```
composer require wishbox/cdek-library psr/http-client psr/http-factory psr/http-message
```

This package expects a PSR-18 HTTP client and PSR-17 factories from your application.

Usage
-----

[](#usage)

```
