aist/ipstack-adapter

地理位置 Ipstack 适配器

0.1.0 2018-07-27 17:32 UTC

This package is not auto-updated.

Last update: 2024-09-15 05:23:37 UTC


README

Build status Coverage Status Code Climate Packagist

License

安装

通过 composer 安装

$ composer require --dev aist/ipstack-adapter

配置

将您的 ipstack API 密钥添加到本地配置文件

return [
    'ipstack' => [
        'key' => '***',
    ],
];