Download the PHP package movemoveapp/dadata2 without Composer
On this page you can find all versions of the php package movemoveapp/dadata2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download movemoveapp/dadata2
More information about movemoveapp/dadata2
Files in movemoveapp/dadata2
Package dadata2
Short Description A Laravel SDK for interacting with the DaData API, providing seamless integration for address validation, data enrichment, and other data processing features.
License MIT
Informations about the package dadata2
DaData2
DaData2 is an SDK designed to facilitate easy interaction with the DaData API, allowing seamless integration of DaData functionalities within your Laravel applications. This package supports address and company data management for Russia, Belarus, and Kazakhstan.
Features
- Easy integration with the DaData API.
- Support for handling addresses and company data across Russia, Belarus, and Kazakhstan.
- Compatible with Laravel 10 and 11, PHP version 8.
Installation
Installation
Install the package via Composer:
Register the Service Provider
After installing the package, you need to register the DaData2 service provider. Add the following line to the providers array in your config/app.php
file:
Publish the Configuration
After installation, publish the configuration file to set up the package with Laravel:
Configuration
Once the configuration file is published, you can set up your DaData credentials in your .env
file. Obtain your API key and secret key from the DaData dashboard and set them as follows:
These keys will allow your application to authenticate requests to the DaData API.
All versions of dadata2 with dependencies
ext-json Version *
guzzlehttp/guzzle Version ^7.5.1
guzzlehttp/psr7 Version ^2.5