aist/geolocation
Composer 安装命令:
composer require aist/geolocation
包简介
Geolocation Developer Toolbar
README 文档
README
Installation
Install via composer:
$ composer require aist/geolocation
Configuration
If you are using zend-component-installer it automatically registers module in modules.config.php
return [
...
'Aist\Geolocation',
...
];
Usage
$service = $sm->get(GeolocationService::class);
$location = $service->getLocation();
Interfaces
- \Aist\Geolocation\Adapter\AdapterInterface
- \Aist\Geolocation\Storage\StorageInterface
Listeners
- \Aist\Geolocation\Event\LocationListener
| package dependencies | software metrics |
|---|---|
统计信息
- 总下载量: 152
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: BSD-3-Clause
- 更新时间: 2018-07-16