2017 © Pedro Peláez
 

library php-bvg

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

image

mkerix/php-bvg

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

  • Monday, March 21, 2016
  • by mKeRix
  • Repository
  • 1 Watchers
  • 1 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 2 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

php-bvg

Build Status Coverage Status Total Downloads Latest Stable Version Latest Unstable Version License, (*1)

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP., (*2)

Installation

This package can be found on Packagist and is best loaded using Composer., (*3)

$ composer require mkerix/php-bvg

Usage

You can search for the ID of a station using a search term:, (*4)

$stations = BVGApi\Station::getStations('alexanderplatz');

With the ID you can get the departures starting at a given point in time, which is symbolized by a Carbon object:, (*5)

$time = \Carbon\Carbon::create(2016, 3, 21, 12, 0, 0, 'Europe/Berlin');
$departures = BVGApi\Station::getDepartures(9100003, $time);

The Versions

21/03 2016

dev-master

9999999-dev

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Heiko Rothe

21/03 2016

0.1.2

0.1.2.0

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Heiko Rothe

21/03 2016

0.1.1

0.1.1.0

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Heiko Rothe

21/03 2016

0.1.0

0.1.0.0

An unofficial API for the BVG (Berlin Public Transportation Services) for PHP.

  Sources   Download

MIT

The Requires

 

The Development Requires

by Heiko Rothe