Skip to content

Releases: movemoveapp/laravel-dadata2

v2.0.3

12 Feb 13:50
Compare
Choose a tag to compare

Bug Fixes

Fixed incorrect object mapping for founders and managers fields (#2)
Previously, the objects for founders and managers were not correctly initialized, leading to type casting issues. This update ensures proper object creation and structure.

v2.0.2

11 Feb 13:54
Compare
Choose a tag to compare

Bug Fixes

Fixed findRussianOrganization method in DaData facade (#1)
The method was previously missing in the package, causing a Method FindRussianOrganization not found error. This update ensures proper method availability and execution.

v2.0.1

09 Feb 08:16
Compare
Choose a tag to compare

Laravel DaData – Fully Typed API for Address, Phone, and Organization Processing

This release introduces a fully typed response structure for DaData API, ensuring strict data validation for addresses, phone numbers, and organizations. By enforcing structured data types, this update enhances reliability, maintainability, and overall developer experience.

Key Features and Enhancements

Response Typing for DaData API
Typed responses for Addresses, Phone Numbers, and Organizations to ensure consistent and predictable API interactions.

Address & Geolocation Services

  1. Geo-based Address Display – Retrieves the most relevant address based on geolocation.
  2. Address Suggest – Provides address autocompletion and suggestions based on user input.
  3. Russian Post Office Branches – Retrieves postal branch locations based on a specified address or region.
  4. Address Standardization – Normalizes and formats addresses according to official standards.

Organization & Business Lookup

  1. INN Search for Individuals and Legal Entities – Searches for companies and private entrepreneurs by Tax Identification Number (INN).
  2. Belarusian Business Directory – Supports business searches in Belarus, including both companies and individual entrepreneurs.
  3. Company Lookup by TIN or PSRN – Finds organizations using Tax Identification Number (TIN) or Primary State Registration Number (PSRN).
  4. Company Search by Email – Identifies companies associated with a given email address.
  5. General Business Search – Allows full-text search for organizations and individual entrepreneurs.

Phone Number Processing
Phone Number Standardization – Cleanses, validates, and formats phone numbers to conform to standard conventions.

This package is a fully rewritten and type-safe version of Laravel DaData, designed for better integration with modern Laravel applications.

This update continues the development efforts of MOVEMOVE LLC for the BotGun product.