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
- Host: GitHub
- URL: https://github.com/php-middleware/geo-ip
- Owner: php-middleware
- License: gpl-3.0
- Created: 2016-02-15T15:24:10.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2021-04-29T20:08:16.000Z (about 5 years ago)
- Last Synced: 2025-12-30T14:51:49.381Z (5 months ago)
- Language: PHP
- Size: 13.7 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).