PHPackages                             drupalway/nova-poshta-guzzle - 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. drupalway/nova-poshta-guzzle

AbandonedArchivedLibrary[API Development](/categories/api)

drupalway/nova-poshta-guzzle
============================

Service integration API for the commerce\_shipping module.

2.x-dev(11y ago)01121MITPHPPHP &gt;=5.4

Since May 3Pushed 6y ago2 watchersCompare

[ Source](https://github.com/vladdancer/nova-poshta-guzzle)[ Packagist](https://packagist.org/packages/drupalway/nova-poshta-guzzle)[ Docs](https://github.com/vladdancer/nova-poshta-guzzle)[ RSS](/packages/drupalway-nova-poshta-guzzle/feed)WikiDiscussions 2.x Synced 1mo ago

READMEChangelogDependencies (3)Versions (1)Used By (0)

Nova Poshta API
===============

[](#nova-poshta-api)

[![Build Status](https://camo.githubusercontent.com/bad108547d17bb20114c4d86976cbc5a3040106b3b8755e1fb9c405da7e5fef9/68747470733a2f2f6170692e736869707061626c652e636f6d2f70726f6a656374732f3535343535326434656464376632633035326464663364332f62616467653f6272616e63684e616d653d322e78)](https://app.shippable.com/projects/554552d4edd7f2c052ddf3d3/builds/latest)

A PHP implementation of the Nova Poshta API via Guzzle.

This project currently implements the Cities &amp; Warehouses List.

Usage
-----

[](#usage)

You will need an API Key to run the examples. You can get them from Nova Poshta user cabinet . Note: you should be registered to do so.

```
use Drupalway\NovaPoshta\NovaPoshtaClient;

$api = NovaPoshtaClient::factory([
  'defaults' => [
    'api_key' => YOUR_API_KEY,
  ]
]);
```

### Get cities list (partial search by title)

[](#get-cities-list-partial-search-by-title)

```
use Drupalway\NovaPoshta\NovaPoshtaClient;

$api = NovaPoshtaClient::factory([
  'defaults' => [
    'api_key' => YOUR_API_KEY,
  ]
]);

$cities = $api->getCities();

$cities = $api->getCities([
  'filters' => [
    'search_text' => 'Ки',
  ]]);
```

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

[](#requirements)

- PHP 5.4
- php5-curl (suggested, unless you want to use a custom adapter)

Credits
-------

[](#credits)

[Guzzle](http://guzzlephp.org) does most of the heavy lifting. This project is really just an elaborate Guzzle Services config.

License
-------

[](#license)

MIT

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity42

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

4033d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/25060f4ec89a2f0748310ff5a9b05c10e64d084878335206bb08a0d82ff0b17f?d=identicon)[vlad.dancer](/maintainers/vlad.dancer)

---

Top Contributors

[![vladdancer](https://avatars.githubusercontent.com/u/791060?v=4)](https://github.com/vladdancer "vladdancer (7 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/drupalway-nova-poshta-guzzle/health.svg)

```
[![Health](https://phpackages.com/badges/drupalway-nova-poshta-guzzle/health.svg)](https://phpackages.com/packages/drupalway-nova-poshta-guzzle)
```

###  Alternatives

[keen-io/keen-io

A PHP library for reporting events to the Keen IO API

1332.3M7](/packages/keen-io-keen-io)[restcord/restcord

REST Library for the Discord API

177452.4k11](/packages/restcord-restcord)[zfr/zfr-shopify

PHP library for interacting with the Shopify REST API

37198.8k](/packages/zfr-zfr-shopify)[fillup/nexmo

Nexmo API client built with Guzzle Web Service descriptions

2664.6k1](/packages/fillup-nexmo)[apidae-tourisme/apidae-php

Apidae API official PHP Client

373.1k](/packages/apidae-tourisme-apidae-php)

PHPackages © 2026

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