baxevanis / weather
一个简单的包,将地理位置和天气API结合起来,为任何网站访客提供天气信息
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: 2024-09-28 16:31:07 UTC
README
[尚未准备好使用]
关于
需求
如果需要命名空间,则需要PHP版本5.3+。++
安装
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()