aist/geolocation

Geolocation Developer Toolbar

Installs: 152

Dependents: 3

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/aist/geolocation

0.1.0 2018-07-28 17:06 UTC

This package is not auto-updated.

Last update: 2025-09-28 09:40:30 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