snapshotpl / ZfSnapGeoip

Maxmind Geoip module for Zend Framework 2
15 stars 4 forks source link

Inject serviceManager to remove the ServiceManagerAwareInterface #11

Closed tdutrion closed 7 years ago

tdutrion commented 8 years ago

In ZF3, the ServiceManagerAwareInterface and the associated initializer are removed. Creating a factory for the Geoip Service allows to inject the service manager as serviceLocator, which may not be a best practice but make the package compatible.

snapshotpl commented 7 years ago

@tdutrion thanks!