hatooz / weather-module
Module for weather forecast
Installs: 25
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Language:HTML
Requires
- php: >=7.2
- anax/commons: ^2.0.14
Requires (Dev)
- anax/cache: 2.0.0-beta.5
- anax/configure: ^2.0
- anax/di: ^2.0
- anax/request: ^2.0.7
- anax/response: ^2.0.2
- anax/session: ^2.0
- anax/url: ^2.0.1
- anax/view: ^2.0
- phpunit/phpunit: ^7
README
Intergration with composer
Add "hatooz/weather-module" to composer require. Latest version can be found in REVISION.md
Copy the configuration files
rsync -av vendor/hatooz/weather-module/view/* view/
rsync -av vendor/hatooz/weather-module/src/* src/
rsync -av vendor/hatooz/weather-module/test/* test/