Download the PHP package klasse-w/ip-weather-service without Composer
On this page you can find all versions of the php package klasse-w/ip-weather-service. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download klasse-w/ip-weather-service
More information about klasse-w/ip-weather-service
Files in klasse-w/ip-weather-service
Download klasse-w/ip-weather-service
More information about klasse-w/ip-weather-service
Files in klasse-w/ip-weather-service
Vendor klasse-w
Package ip-weather-service
Short Description Anax ip and weather service module.
License MIT
Package ip-weather-service
Short Description Anax ip and weather service module.
License MIT
Please rate this library. Is it a good library?
Informations about the package ip-weather-service
Installing IP Weather Service as an Anax module
Before doing this an Anax framework must already have been installed as must composer.
In the command line type:
composer require klasse-w/ip-weather-service
Having the root of your Anax installation as working directory, type:
rsync -av vendor/klasse-w/ip-weather-service/config ./
rsync -av vendor/klasse-w/ip-weather-service/src ./
rsync -av vendor/klasse-w/ip-weather-service/test ./
rsync -av vendor/klasse-w/ip-weather-service/view/geotagip view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/ipweb view/anax/v2/
rsync -av vendor/klasse-w/ip-weather-service/view/weather view/anax/v2/
please add "KW\": "src/"
to autoload in composer.json
Following services shall now be available on:
htdocs/ipweb/
htdocs/geotag/
htdocs/weather/
Finally please add following code into at the end of your css-file using propriate methods:
.lilltabell,
.lilltabell td,
.lilltabell tr
{
border: solid 1px;
}
.sune {
height: 100px;
width: 100px;
}
#mapdiv {
height: 500px;
width: 500px;
}
.osynlig {
display: none;
}
All versions of ip-weather-service with dependencies
PHP Build Version
Package Version
The package klasse-w/ip-weather-service contains the following files
Loading the files please wait ....