PHPackages                             satmaxt/clther - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. satmaxt/clther

ActiveLibrary[API Development](/categories/api)

satmaxt/clther
==============

Weather forecast package

0.1.0(6y ago)23MITPHP

Since Jul 24Pushed 6y agoCompare

[ Source](https://github.com/satriaajiputra/clther)[ Packagist](https://packagist.org/packages/satmaxt/clther)[ RSS](/packages/satmaxt-clther/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

CLTher
======

[](#clther)

This package can find current weather status at some location by using `latitude` and `longitude`

This package use API from [OpenWeatherMap](https://openweathermap.org)

Installation
------------

[](#installation)

To install this package, you can easily install using `composer` through this command

```
$ composer require satmaxt/clther
```

Implementation
--------------

[](#implementation)

The example implementation of this package can found at `example` folder

System Configuration
--------------------

[](#system-configuration)

This package use default configuration that defined at package `src` folder. To change system configuration, you can create a `constant.php` file. The example can found at `example` folder

```
