Skip to content

Surzhikov/location

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Location

Eloquent-style wrapper for DaData.ru geocoding (for Laravel)

Example

use \Surzhikov\Location\Location;
$locations = Location::where('address', 'like', 'Мосва, улица Ленинский просп дом 4')
    ->limit(10)
    ->where('level', '>=', 'city')
    ->get();

About

Eloquent-style wrapper for DaData service (geocoding)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages