PHPackages                             smskin/nova-dadata-suggestion - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. smskin/nova-dadata-suggestion

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

smskin/nova-dadata-suggestion
=============================

A Laravel Nova address suggestion field

0.0.3(4y ago)01262MITVuePHP &gt;=7.1.0

Since Jul 14Pushed 4y ago1 watchersCompare

[ Source](https://github.com/smskin/nova-dadata-suggestion)[ Packagist](https://packagist.org/packages/smskin/nova-dadata-suggestion)[ RSS](/packages/smskin-nova-dadata-suggestion/feed)WikiDiscussions master Synced 6d ago

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

Release notes
-------------

[](#release-notes)

### 0.0.3

[](#003)

Author of base library fomvasss/laravel-data () deleted it. I found its fork and change composer dependencies. At now library depend on inkover/laravel-data.

Address suggestion field for Laravel Nova
-----------------------------------------

[](#address-suggestion-field-for-laravel-nova)

Based on  package

### Installation

[](#installation)

- composer require smskin/nova-dadata-suggestion
- php artisan vendor:publish --provider="SMSkin\\DaDataSuggestion\\FieldServiceProvider"
- add the variables DADATA\_TOKEN and DADATA\_SECRET to .env file and fill it

### Using

[](#using)

- Create the full address field
- Link it to other fields
- Use the suggestion for fill depend fields

```
 private function addressFields()
    {
        return [
            DaDataSuggestion::make('DaData','address')
                ->city('address_city')
                ->flat('address_flat')
                ->street('address_street')
                ->house('address_house')
                ->geoLat('coordinate_lat')
                ->geoLon('coordinate_lon'),

            Text::make('Город', 'address_city')
                ->hideFromIndex(),
            Text::make('Улица', 'address_street')
                ->hideFromIndex(),
            Text::make('Дом', 'address_house')
                ->hideFromIndex(),
            Text::make('Офис', 'address_flat')
                ->hideFromIndex(),
            Text::make('Широта', 'coordinate_lat')
                ->hideFromIndex(),
            Text::make('Долгота', 'coordinate_lon')
                ->hideFromIndex()
        ];
    }

```

Available fields:

- postalCode
- country
- federalDistrict
- regionType
- regionTypeFull
- region
- areaType
- areaTypeFull
- area
- cityWithType
- cityType
- cityTypeFull
- city
- cityDistrictWithType
- cityDistrictType
- cityDistrictTypeFull
- cityDistrict
- settlementWithType
- settlementType
- settlementTypeFull
- settlement
- streetWithType
- streetType
- streetTypeFull
- street
- houseType
- houseTypeFull
- houseWithType
- house
- blockType
- blockTypeFull
- block
- flatType
- flatTypeFull
- flat
- flatWithType
- geoLat
- geoLon

###  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

Every ~327 days

Total

3

Last Release

1478d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/92de9daad6e0c4ef7b8b4fa112373401ae79ac02d185653724ca4ac425add1b7?d=identicon)[smskin](/maintainers/smskin)

---

Top Contributors

[![smskin](https://avatars.githubusercontent.com/u/3227797?v=4)](https://github.com/smskin "smskin (6 commits)")

---

Tags

laravelnova

### Embed Badge

![Health badge](/badges/smskin-nova-dadata-suggestion/health.svg)

```
[![Health](https://phpackages.com/badges/smskin-nova-dadata-suggestion/health.svg)](https://phpackages.com/packages/smskin-nova-dadata-suggestion)
```

###  Alternatives

[optimistdigital/nova-multiselect-field

A multiple select field for Laravel Nova.

3403.5M7](/packages/optimistdigital-nova-multiselect-field)[digital-creative/conditional-container

Provides an easy way to conditionally show and hide fields in your Nova resources.

116593.8k4](/packages/digital-creative-conditional-container)[genealabs/laravel-overridable-model

Provide a uniform method of allowing models to be overridden in Laravel.

92398.0k2](/packages/genealabs-laravel-overridable-model)[inspheric/nova-defaultable

Default values for Nova fields when creating resources and running resource actions.

51174.8k1](/packages/inspheric-nova-defaultable)[murdercode/nova4-tinymce-editor

Boost your Laravel Nova with the TinyMCE editor.

17165.2k](/packages/murdercode-nova4-tinymce-editor)[yieldstudio/nova-google-autocomplete

A Laravel Nova Google autocomplete field.

12218.4k](/packages/yieldstudio-nova-google-autocomplete)

PHPackages © 2026

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