php-middleware / geo-ip
There is no license information available for the latest version (dev-master) of this package.
Geo IP PSR-7 middleware
dev-master
2016-02-15 15:54 UTC
Requires
- php: >=5.5
- psr/http-message: ^1.0
- willdurand/geocoder: ^3.0
Requires (Dev)
- phpunit/phpunit: ^4.8.6
This package is not auto-updated.
Last update: 2024-11-01 19:28:55 UTC
README
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.