erag / locationerag

仅免费获取印度位置

v1.7 2024-08-07 18:07 UTC

This package is auto-updated.

Last update: 2024-10-01 07:03:02 UTC


README

使用我们的软件 Locationerag 无缝探索印度位置。只需添加一个邮政编码作为参数,即可立即获取印度整个区域的数组。这是查找位置的快速简便方法 - 使用 Locationerag 简化您的搜索

License

Screenshot 2024-08-07 at 11 32 57 PM

入门指南

composer require erag/locationerag
<?php

use Illuminate\Support\Facades\Route;
use LocationErag\Get\Location;

/*
|--------------------------------------------------------------------------
| Web Routes
|--------------------------------------------------------------------------
|
| Here is where you can register web routes for your application. These
| routes are loaded by the RouteServiceProvider and all of them will
| be assigned to the "web" middleware group. Make something great!
|
*/

Route::get('/', function () {
    echo '<pre>';
    print_r(Location::MapData(226010));
});

许可证

MIT 许可证 (MIT)。有关更多信息,请参阅许可证文件。

GitHub @eramitgupta  ·  领英 @eramitgupta