Download the PHP package hflabs/dadata without Composer

On this page you can find all versions of the php package hflabs/dadata. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package dadata

Dadata API Client

Data cleansing, enrichment and suggestions via Dadata API

Latest Stable Version Total Downloads License

Thin PHP wrapper over Dadata API.

Installation

Requirements:

Usage

Create API client instance:

Then call API methods as specified below.

Postal Address

Validate and cleanse address

Geocode address

Same API method as "validate and cleanse":

Reverse geocode address

GeoIP city

Autocomplete (suggest) address

Show suggestions in English:

Constrain by city (Yuzhno-Sakhalinsk):

Constrain by specific geo point and radius (in Vologda city):

Boost city to top (Toliatti):

Find address by FIAS ID

Find by KLADR ID:

Find postal office

Suggest postal office by address or code:

Find postal office by code:

Find nearest postal office:

Get City ID for delivery services

Get address strictly according to FIAS

Suggest country

Company or individual enterpreneur

Find company by INN

Find by INN and KPP:

Suggest company

Constrain by specific regions (Saint Petersburg and Leningradskaya oblast):

Constrain by active companies:

Constrain by individual entrepreneurs:

Constrain by head companies, no branches:

Find affiliated companies

Search only by manager INN:

Bank

Find bank by BIC, SWIFT or INN

Find by SWIFT code:

Find by INN:

Find by INN and KPP:

Find by registration number:

Suggest bank

Personal name

Validate and cleanse name

Suggest name

Suggest female first name:

Phone

Validate and cleanse phone

Passport

Validate passport

Suggest issued by

Email

Validate email

Suggest email

Other datasets

Tax office

Regional court

Metro station

Constrain by city (Saint Petersburg):

Car brand

Currency

OKVED 2

OKPD 2

Profile API

Balance:

Usage stats:

Dataset versions:

Development setup

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Make sure to add or update tests as appropriate.

Use Conventional Commits for commit messages.

Changelog

This library uses CalVer with YY.MM.MICRO schema. See changelog for details specific to each release.

License

MIT


All versions of dadata with dependencies

PHP Build Version
Package Version
Requires php Version >=5.6.0
guzzlehttp/guzzle Version ~6.0|^7.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package hflabs/dadata contains the following files

Loading the files please wait ....