Download the PHP package floodedcodeboy/world-weather-online-laravel without Composer
On this page you can find all versions of the php package floodedcodeboy/world-weather-online-laravel. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package world-weather-online-laravel
World Weather Online Package
This package is to interact with the World Weather Online API. It was developed for Laravel 4. It will return a temperature or the full weather object given a location.
Installation
- Install Composer: https://getcomposer.org/doc/00-intro.md
- Edit the composer.json file in your laravel project and add: "floodedcodeboy/world-weather-online-laravel": "dev-master" in the "require" section.
- Run "composer update"
- Get an API key with World Weather Online: http://developer.worldweatheronline.com/
- Edit the config.php file in vendor/floodedcodeboy/world-weather-online-laravel/src/config and put the API key in
- Add the Service provider in your app/config/app.php under 'providers': Floodedcodeboy\WorldWeatherOnline\WorldWeatherOnlineServiceProvider
Example Usage
In your app create the object, and call the appropriate functions.
All versions of world-weather-online-laravel with dependencies
PHP Build Version
Package Version
The package floodedcodeboy/world-weather-online-laravel contains the following files
Loading the files please wait ....