aist/geolocation

Geolocation Developer Toolbar

Maintainers

👁 aist

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

Suggests

None

Provides

None

Conflicts

None

Replaces

None

BSD-3-Clause ba5db18f6902aba39b5e231bc7589da4cbf67111

This package is not auto-updated.

Last update: 2026-06-21 13:31:05 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