2017 © Pedro Peláez
 

library geolocation

Geolocation Developer Toolbar

image

aist/geolocation

Geolocation Developer Toolbar

  • Saturday, July 28, 2018
  • by aist
  • Repository
  • 1 Watchers
  • 0 Stars
  • 37 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Geolocation

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 aist/geolocation

Configuration

If you are using zend-component-installer it automatically registers module in modules.config.php, (*4)

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
Build status Build status

Maintainability Test Coverage, (*5)

The Versions