aist/ipstack-adapter

Geolocation Ipstack Adapter

0.1.0 2018-07-27 17:32 UTC

This package is not auto-updated.

Last update: 2024-04-14 03:28:15 UTC


README

Build status Coverage Status Code Climate Packagist

License

Installation

Install via composer:

$ composer require --dev aist/ipstack-adapter

Configuration

Add your ipstack API key to local config

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