An open API service indexing awesome lists of open source software.

https://github.com/php-middleware/geo-ip

Geo IP PSR-7 middleware
https://github.com/php-middleware/geo-ip

Last synced: 13 days ago
JSON representation

Geo IP PSR-7 middleware

Awesome Lists containing this project

README

          

# geo-ip middleware
Geo IP PSR-7 middleware

Recognize location by IP from ServerRequest attribute and set `geoip_address_collection` attribute with `\Geocoder\Model\AddressCollection` instance.

Works great with [akrabat/rka-ip-address-middleware](https://github.com/akrabat/rka-ip-address-middleware).