2017 © Pedro Peláez
 

library pegelonline

Library to use REST data from www.pegelonline.wsv.de

image

pfitzer/pegelonline

Library to use REST data from www.pegelonline.wsv.de

  • Wednesday, November 16, 2016
  • by pfitzer
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 50 % Grown

The README.md

Build Status codecov, (*1)

PHP Class to use Pegelonline Rest-Api

For more information see pegelonline.wsv.de, (*2)

install

composer require pfitzer/pegelonline, (*3)

"require": {
    "pfitzer/pegelonline": "*"
}

usage

$pgOnline = new Pegelonline();

# get all waters with stations
try {
    $result = $pgOnline->getWaters(true);
} catch (\InvalidArgumentException $e) {
    # do something
}

contribute

feel free to do so, (*4)

git clone https://github.com/pfitzer/Pegelonline, (*5)

install dev dependencies

composer install

run unit tests

``` phpunit --configuration phpunit.xml, (*6)

The Versions

16/11 2016

dev-master

9999999-dev

Library to use REST data from www.pegelonline.wsv.de

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Pfister

api rest pegelonline wsv

16/11 2016

0.3

0.3.0.0

Library to use REST data from www.pegelonline.wsv.de

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Pfister

api rest pegelonline wsv

14/11 2016

0.2.1

0.2.1.0

Library to use REST data from www.pegelonline.wsv.de

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Pfister

api rest pegelonline wsv

14/11 2016

0.2

0.2.0.0

Library to use REST data from www.pegelonline.wsv.de

  Sources   Download

MIT

The Requires

 

The Development Requires

by Michael Pfister

api rest