for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
<?php
namespace ZfSnapGeoip\Service;
use Zend\ServiceManager\ServiceManager;
class GeoipFactory
{
public function __invoke(ServiceManager $serviceManager)
return new Geoip($serviceManager);
}