2017 © Pedro PelĂĄez
 

library mmda

A PHP Library built for the MMDA Traffic Update.

image

ridvanbaluyos/mmda

A PHP Library built for the MMDA Traffic Update.

  • Friday, April 6, 2018
  • by ridvanbaluyos
  • Repository
  • 2 Watchers
  • 1 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

ridvanbaluyos/mmda

An MMDA Traffic Navigator package for PHP, (*1)

Traffic Data downloaded from: MMDA-TV5 Metro Manila Traffic Navigator br/br/, (*2)

Latest Stable Version Total Downloads Scrutinizer Code Quality Build Status Codacy Badge License, (*3)

Table of contents

Installation

Open your composer.json file and add the following to the require key:, (*4)

"ridvanbaluyos/mmda": "1.1"

After adding the key, run composer update from the command line to install the package, (*5)

composer install

or, (*6)

composer update

Usage

<?php
// require the autoloader created upon composer install/update
require_once __DIR__ . '/vendor/autoload.php';

// namespace
use Ridvanbaluyos\Mmda\MMDA as MMDA;

// instantiate the MMDA object
$mmda = new MMDA();

Getting Traffic Data

$mmda->traffic();

Getting Major Highways

$mmda->highways();

Getting Highway Segments

// parameter should be a valid highway (see getting major highways)
$mmda->segments('EDSA');

Special thanks to:

The Versions

06/04 2018

dev-master

9999999-dev

A PHP Library built for the MMDA Traffic Update.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Ridvan Baluyos

traffic mmda

06/04 2018

v1.1

1.1.0.0

A PHP Library built for the MMDA Traffic Update.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Ridvan Baluyos

traffic mmda

28/06 2017

v1.0.2

1.0.2.0

A PHP Library built for the MMDA Traffic Update.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Ridvan Baluyos

traffic mmda

21/04 2015

v0.3

0.3.0.0

A PHP Library built for the MMDA Traffic Update.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Ridvan Baluyos

traffic mmda

25/02 2015

v0.1

0.1.0.0

A PHP Library built for the MMDA Traffic Update.

  Sources   Download

MIT

The Requires

  • php >=5.3.3

 

by Ridvan Baluyos

traffic mmda