Download the PHP package soovey/laravel-dadata-geocode without Composer
On this page you can find all versions of the php package soovey/laravel-dadata-geocode. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package laravel-dadata-geocode
Laravel DaData.Геокодирование
Laravel пакет для геокодирования с помощью сервиса DaData (https://dadata.ru)
Установка
Установить пакет с помощью composer
Laravel настройка пакета
После установки пакета с помощью composer, зарегистрируйте сервис пакета в файле bootstrap/app.php:
Затем для быстрого вызов класса пакета, добавьте псевдоним в этот же файле:
Инициализация пакета
Добавление ключей в свой .env
или
Копируем файл настроек dadata-geoconfig.php в config папку
API-ключ
Секретный ключ
Использование
Методы
Большинство методов на версии 1.0.5 не протестированы и возможно не работают.
- Получить сырые данные ответа
- Получить данные ответа
- Получить имя страны
- Получить имя области
- Получить имя района
- Получить имя населенного пункта
- Получить имя улицы
- Получить номер дома
- Получить полный сырой адрес
- Получить полный адрес
- Получить широту
- Получить долготу
- Получить тип
Methods - Методы:
getRawData()
getData()
getCountry()
getRegion()
getDistrict()
getLocality()
getStreet()
getHouseNumber()
getRawFullAddress()
getFullAddress()
getLatitude()
getLongitude()
getType()
The documentation in English is not ready. At all. I highly recommend using the documentation in Russian with the help of a translator.
Laravel Dadata.Geocoding
Simply package laravel Yandex.Geocoding
Installation
Run composer require command.
Laravel Setting
After updating composer, register the service provider in bootstrap\app.php
Add then alias YaGeo adding its facade to the aliases array in the same file:
Configuration parameters package
Copy file config yandex-geocoding.php in config folder
Select Tag: yandex-geocoding-config
or
Api key
Api version
Language api response
Skip object in query
Usage
Methods
- Get raw data response
- Get data response
- Get name country
- Get name region
- Get name district
- Get name locality
- Get name street
- Get house number
- Get full raw address
- Get full address
- Get latitude
- Get longitude
- Get type