PHPackages                             ridvanbaluyos/noah - 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. ridvanbaluyos/noah

ActiveLibrary[API Development](/categories/api)

ridvanbaluyos/noah
==================

A PHP Library built for the Project NOAH API.

v0.2(8y ago)219↓100%MITPHPPHP &gt;=5.3.3

Since Apr 9Pushed 8y ago1 watchersCompare

[ Source](https://github.com/ridvanbaluyos/noah)[ Packagist](https://packagist.org/packages/ridvanbaluyos/noah)[ RSS](/packages/ridvanbaluyos-noah/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

ridvanbaluyos/noah
==================

[](#ridvanbaluyosnoah)

A PHP Library built for [NOAH API Documentation](http://noah.up.edu.ph/apidocs/).

[![Actively Maintained](https://camo.githubusercontent.com/7904a78e053b215ef92caa8957fba8956752edc6d65763230398179b7bcbab5b/68747470733a2f2f6d61696e7461696e65642e746563682f62616467652e737667)](https://maintained.tech/) [![Latest Stable Version](https://camo.githubusercontent.com/2504e00b02a592261379603d8ae5b29517297bd64e920c5ff434dbddd09c1e6e/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f6e6f61682f762f737461626c65)](https://packagist.org/packages/ridvanbaluyos/noah) [![Total Downloads](https://camo.githubusercontent.com/05b0f9238e215688b0976a5311f0582a26c5df2f9f8c7e63a3aae06d0edb000c/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f6e6f61682f646f776e6c6f616473)](https://packagist.org/packages/ridvanbaluyos/noah) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/c95b3fecc281c5b81d1df446186d06940cca126eff5662235c0c32bd1bafd070/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72696476616e62616c75796f732f6e6f61682f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ridvanbaluyos/noah/?branch=master) [![Build Status](https://camo.githubusercontent.com/48109c914de936843b70202fe45f0a0d4d541c13fe1ca2660c9a149cd782c593/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72696476616e62616c75796f732f6e6f61682f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ridvanbaluyos/noah/build-status/master) [![Codacy Badge](https://camo.githubusercontent.com/6f18de6c6ec37934c991ca39c00dcf2411641a9f5540d043eccde6e2802d633a/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3335343762366561636463333437626162663430383533396135663832646635)](https://www.codacy.com/app/ridvanbaluyos/noah?utm_source=github.com&utm_medium=referral&utm_content=ridvanbaluyos/noah&utm_campaign=Badge_Grade) [![License](https://camo.githubusercontent.com/c44a4553f74fe01610f6df36f2fca9e339e30a9fa29db2bb7cae5046423dd091/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f68617665696265656e70776e65642f6c6963656e7365)](https://packagist.org/packages/ridvanbaluyos/haveibeenpwned)

Table of contents
-----------------

[](#table-of-contents)

- [Requirements](#requirements)
- [Installation](#installation)
- [Usage](#usage)
    - [Doppler](#get-doppler)
    - [Station by Type and ID](#get-station-by-type-and-id)
    - [Flood Maps](#get-flood-maps)
    - [Flood Report](#get-flood-report)
    - [Landslide Maps](#get-landslide-maps)
    - [Storm Surge Maps](#get-storm-surge-maps)
    - [Four-Hour Forecast](#get-four-hour-forecast)
    - [Seven-Day Forecast](#get-seven-day-forecast)
    - [Latest Contour](#get-latest-contour)
    - [MT Satellite](#get-mt-satellite)
- [References](#references)

### Requirements

[](#requirements)

1. PHP 7 or higher.
2. Composer

### Installation

[](#installation)

Open your `composer.json` file and add the following to the `require` key:

```
"ridvanbaluyos/noah": "v0.2"

```

---

After adding the key, run composer update from the command line to install the package

```
composer install
```

or

```
composer update
```

### Usage

[](#usage)

```
