Download the PHP package trackstone/laravel-immo-data without Composer
On this page you can find all versions of the php package trackstone/laravel-immo-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download trackstone/laravel-immo-data
More information about trackstone/laravel-immo-data
Files in trackstone/laravel-immo-data
Package laravel-immo-data
Short Description Laravel integration for the Immo Data PHP SDK
License MIT
Homepage https://github.com/trackstone/laravel-immo-data
Informations about the package laravel-immo-data
Laravel Immo Data
Laravel integration for the Immo Data PHP SDK — French real estate data including property valuation, geocoding, geographic boundaries, and market prices.
Requirements
- PHP 8.3+
- Laravel 11 or 12
Installation
The service provider and facade are auto-discovered. No manual registration needed.
Configuration
Add your API key to .env:
Optionally publish the config file:
This creates config/immo-data.php:
Usage
Via Facade
Via Dependency Injection
Via Service Container
Available Methods
| Resource | Method | Description |
|---|---|---|
valuation() |
estimate(ValuationRequest) |
Property price estimation |
geocode() |
search(string, ?GeoLevel[], int) |
Location search |
geo() |
region(string) |
Get region by code |
geo() |
department(string) |
Get department by code |
geo() |
city(string) |
Get city by INSEE code |
geo() |
district(string) |
Get district by code |
geo() |
subdistrict(string) |
Get subdistrict (IRIS) by code |
market() |
priceHistory(string, GeoLevel, RealtyType, ?string, ?string) |
Price history |
market() |
currentPrice(string, GeoLevel, RealtyType) |
Current price per m² |
For full documentation on request parameters, DTOs, enums, and error handling, see the PHP SDK documentation.
Code Style
This package uses Laravel Pint with the PER Coding Style preset.
Testing
License
MIT
All versions of laravel-immo-data with dependencies
illuminate/support Version ^11.0|^12.0
illuminate/contracts Version ^11.0|^12.0
trackstone/immo-data-php-sdk Version ^1.1