PHPackages                             byhaskell/novaposhta-bundle - 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. byhaskell/novaposhta-bundle

ActiveSymfony-bundle[API Development](/categories/api)

byhaskell/novaposhta-bundle
===========================

Nova Poshta integration bundle for Symfony

v0.2.2(7mo ago)033MITPHPPHP &gt;=8.1

Since Sep 13Pushed 7mo agoCompare

[ Source](https://github.com/byhaskell/novaposhta-bundle)[ Packagist](https://packagist.org/packages/byhaskell/novaposhta-bundle)[ RSS](/packages/byhaskell-novaposhta-bundle/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (3)Versions (15)Used By (0)

Symfony NovaPoshta Bundle
=========================

[](#symfony-novaposhta-bundle)

[![License](https://camo.githubusercontent.com/d41c6a2457490d4e591dcdbe8efa33c6ebad9699eef2bd6565ff1ca5b2a77424/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f62796861736b656c6c2f6e6f7661706f736874612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/byhaskell/novaposhta-bundle)[![Latest Stable Version](https://camo.githubusercontent.com/c05e745ccbf36416eacdfa72a8dc510c25063b8025130e8be0922c7646f652b1/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62796861736b656c6c2f6e6f7661706f736874612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/byhaskell/novaposhta-bundle)[![Total Downloads](https://camo.githubusercontent.com/1ad8bf20a4ff25ee6592e9dbe56649603b946268623476eaf9f9c882289b8e4f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62796861736b656c6c2f6e6f7661706f736874612d62756e646c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/byhaskell/novaposhta-bundle)

About
-----

[](#about)

Nova Poshta integration bundle for Symfony (6, 7)

Created by [@byhaskell](https://github.com/byhaskell)

\#StandWithUkraine 🇺🇦

What's this?
------------

[](#whats-this)

This library can be used for easy interaction with Nova Poshta.

Installation Symfony Flex
-------------------------

[](#installation-symfony-flex)

```
composer require byhaskell/novaposhta-bundle
```

Installation without Symfony Flex
---------------------------------

[](#installation-without-symfony-flex)

```
$bundles = array(
	// ... other bundles
    new byhaskell\NovaPoshtaBundle\ByhaskellNovaPoshtaBundle(),
);
```

Configuration
-------------

[](#configuration)

Create new file: config/packages/byhaskell\_nova\_poshta.yaml

```
byhaskell_nova_poshta:
    # You can create one on the Nova Poshta website at:
    # https://new.novaposhta.ua/dashboard/settings/developers
    api_key: '%env(NP_API_KEY)%'
    base_url: 'https://api.novaposhta.ua/v2.0/json/'
```

Add NP\_API\_KEY in .env

Usage
-----

[](#usage)

```
public function index(\byhaskell\NovaPoshtaBundle\NovaPoshta $novaPoshta): JsonResponse
{
    $response = $novaPoshta->address()->searchSettlements('Київ');
    if ($response->isSuccess()) {
        /** @var AddressResponse $result */
        $result = $response->getResult();
    } else {
        // Errors
        // $response->getInfo();
        // $response->getErrors();
        // $response->getWarnings();
    }
}
```

Copyright / License
-------------------

[](#copyright--license)

See [LICENSE](https://github.com/byhaskell/novaposhta-bundle/blob/main/LICENSE)

###  Health Score

32

—

LowBetter than 71% of packages

Maintenance66

Regular maintenance activity

Popularity7

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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 ~0 days

Total

14

Last Release

235d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6879e3bceb5cda1e66d70934212c2a0f114a6a3b73855355662ad83e6cbb6aa0?d=identicon)[byhaskell](/maintainers/byhaskell)

---

Top Contributors

[![byhaskell](https://avatars.githubusercontent.com/u/12729878?v=4)](https://github.com/byhaskell "byhaskell (17 commits)")

### Embed Badge

![Health badge](/badges/byhaskell-novaposhta-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/byhaskell-novaposhta-bundle/health.svg)](https://phpackages.com/packages/byhaskell-novaposhta-bundle)
```

###  Alternatives

[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M647](/packages/sylius-sylius)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M151](/packages/sulu-sulu)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M385](/packages/shopware-core)[shopware/administration

Administration frontend for the Shopware Core

413.9M74](/packages/shopware-administration)

PHPackages © 2026

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