2017 © Pedro Peláez
 

library ipstack-adapter

Geolocation Ipstack Adapter

image

aist/ipstack-adapter

Geolocation Ipstack Adapter

  • Friday, July 27, 2018
  • by aist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 10 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Geolocation Ipstack Adapter

Build status ![Coverage Status][Master coverage image] ![Code Climate][Code Climate image] ![Packagist][Packagist image], (*1)

![License][License image], (*2)

Installation

Install via composer:, (*3)

$ composer require --dev aist/ipstack-adapter

Configuration

Add your ipstack API key to local config, (*4)

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

The Versions