aist/geolocation

Geolocation Developer Toolbar

0.1.0 2018-07-28 17:06 UTC

This package is not auto-updated.

Last update: 2024-03-17 02:20:54 UTC


README

Build status Coverage Status Code Climate Packagist

License

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

Maintainability Test Coverage