baxevanis / weather
A simple package that combines geo-location and weather API to get the weather for any website visitor
Installs: 8
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/baxevanis/weather
Requires
- php: >=5.3.0
- endroid/openweathermap-bundle: ~1.0
- geoip2/geoip2: ~2.1
- raulfraile/distill: dev-master
- symfony/symfony: 2.6.*
Requires (Dev)
- phpunit/phpunit: 4.1.3
This package is not auto-updated.
Last update: 2025-09-27 21:15:45 UTC
README
[NOT READY FOR USAGE]
About
Requirements
Requires PHP version 5.3+ if namespaces are desired. ++
Installation
cd /path/to/yourphpfile wget http://geolite.maxmind.com/download/geoip/database/GeoLite2-City.mmdb.gz -O GeoLite2-City.mmdb.gz gunzip GeoLite2-City.mmdb.gz ln -s GeoLite2-City.mmdb GeoIP2-City.mmdb
new Weather\WeatherBundle()