PHPackages                             ridvanbaluyos/mmda - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ridvanbaluyos/mmda

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ridvanbaluyos/mmda
==================

A PHP Library built for the MMDA Traffic Update.

v1.1.1(5y ago)2762MITPHPPHP &gt;=7.0

Since Feb 25Pushed 5y ago2 watchersCompare

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

READMEChangelog (5)DependenciesVersions (6)Used By (0)

ridvanbaluyos/mmda
==================

[](#ridvanbaluyosmmda)

An MMDA Traffic Navigator package for PHP

> Traffic Data downloaded from: [MMDA-TV5 Metro Manila Traffic Navigator](http://mmdatraffic.interaksyon.com/)

[![Latest Stable Version](https://camo.githubusercontent.com/176ccf83cf92db6debabefbd6baca6ab1d9e6fbd698fa8a719cd29bb9f0a355d/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f6d6d64612f762f737461626c65)](https://packagist.org/packages/ridvanbaluyos/mmda) [![Total Downloads](https://camo.githubusercontent.com/6e2decaaf54ce516bb3aca48c2c5c3ce5c1ce3ac03ed0b922a6f8bcc7c44fb75/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f6d6d64612f646f776e6c6f616473)](https://packagist.org/packages/ridvanbaluyos/mmda) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/51b35cd51c2c6d16f65e136eff132dabb2da03af9a8554f6469d513c2e10c67d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72696476616e62616c75796f732f6d6d64612f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ridvanbaluyos/mmda/?branch=master) [![Build Status](https://camo.githubusercontent.com/387cdd7133ca7bd7e18f3a7406be2b71a074ea79272be3e8f5d3228ad3d0015e/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f72696476616e62616c75796f732f6d6d64612f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ridvanbaluyos/mmda/build-status/master) [![Codacy Badge](https://camo.githubusercontent.com/5dd5ec5ec3672db7a6539c40902e44cc464ab6daf4c1a5ef7c6108e9fc7e3125/68747470733a2f2f6170692e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3063653765376338366266303430356339343937646166633238663134613936)](https://www.codacy.com/app/ridvanbaluyos/mmda?utm_source=github.com&utm_medium=referral&utm_content=ridvanbaluyos/mmda&utm_campaign=Badge_Grade) [![License](https://camo.githubusercontent.com/772130cc0afde256329d7fd482a029d541b8f60d54db525807b1afdcc49a33c4/68747470733a2f2f706f7365722e707567782e6f72672f72696476616e62616c75796f732f6d6d64612f6c6963656e7365)](https://packagist.org/packages/ridvanbaluyos/mmda)

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

[](#table-of-contents)

- [Installation](#installation)
- [Usage](#usage)
    - [Traffic Data](#getting-traffic-data)
    - [Highways](#getting-major-highways)
    - [Segments](#getting-highway-segments)
- [Credits](#special-thanks-to)

### Installation

[](#installation)

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

```
"ridvanbaluyos/mmda": "1.1"

```

---

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

```
composer install
```

or

```
composer update
```

### Usage

[](#usage)

```
