baxevanis / weather
A simple package that combines geo-location and weather API to get the weather for any website visitor
dev-master
2015-03-05 10:28 UTC
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-03-29 18:47:03 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()