aist/geolocation

Geolocation Developer Toolbar

Maintainers

Package info

github.com/ma-si/geolocation

pkg:composer/aist/geolocation

Statistics

Installs: 152

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

0.1.0 2018-07-28 17:06 UTC

This package is not auto-updated.

Last update: 2026-03-01 11:46:48 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