Download the PHP package daib17/forecast without Composer
On this page you can find all versions of the php package daib17/forecast. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package forecast
Weather Forecast Module
The Weather Forecast module allows you to request both forecasts and historical weather data from the past month.
Table of content
- Install as Anax module
- Install using scaffold postprocessing file
- Install and setup Anax
- Dependency
- License
You can also read this documentation online.
Install as Anax module
This is how you install the module into an existing Anax installation.
Install using composer.
Copy the needed configuration and setup the forecast as a route handler for the route forecast
.
The module is now active on the route forecast/
. You may try it out on the route json/forecast
to get results in JSON format.
Install using scaffold postprocessing file
The module supports a postprocessing installation script, to be used with Anax scaffolding. The script executes the default installation, as outlined above.
The postprocessing script should be run after the composer require
is done.
Install and setup Anax
You need a Anax installation, before you can use this module. You can create a sample Anax installation, using the scaffolding utility anax-cli
.
Scaffold a sample Anax installation anax-site-develop
into the directory weather
.
Point your webserver to weather/htdocs
and Anax should display a Home-page.
Dependency
This is a Anax modulen and primarly intended to be used together with the Anax framework.
License
This software carries a MIT license. See LICENSE.txt for details.
All versions of forecast with dependencies
anax/commons Version ^2.0.0@beta
anax/anax-ramverk1-me Version ^1.0.0
anax/anax-cli Version ^1.1