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

ActiveLibrary

bear926/nova-poshta-guzzle
==========================

Service integration API for the commerce\_shipping module.

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

Since May 3Pushed 6y agoCompare

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

READMEChangelogDependencies (3)Versions (2)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

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community6

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

Every ~1562 days

Total

2

Last Release

2465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1040f03cd809132a72daf2c25c94f22ef94f06527fe9ec8ea5a881fe79d6f42d?d=identicon)[bear926](/maintainers/bear926)

---

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/bear926-nova-poshta-guzzle/health.svg)

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

###  Alternatives

[qcloud/cos-sdk-v5

PHP SDK for QCloud COS

2051.5M129](/packages/qcloud-cos-sdk-v5)[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)[mohammad-waleed/keycloak-admin-client

Connect to keycloak admin api easily

106674.5k](/packages/mohammad-waleed-keycloak-admin-client)[zfr/zfr-shopify

PHP library for interacting with the Shopify REST API

37198.8k](/packages/zfr-zfr-shopify)[loco/loco

Loco SDK for PHP, including REST API client

19626.8k4](/packages/loco-loco)

PHPackages © 2026

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