orca-services/nova-api-php

View on GitHub
README.md

Summary

Maintainability
Test Coverage
# NOVA API Client for PHP

A PHP client library for the NOVA API.

**Attention: This package is still "Work in Progress".**

[![Latest Version on Packagist](https://img.shields.io/github/release/orca-services/nova-api-php.svg)](https://packagist.org/packages/orca-services/nova-api)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg)](LICENSE)
[![Build Status](https://github.com/orca-services/nova-api-php/workflows/build/badge.svg)](https://github.com/orca-services/nova-api-php/actions)
[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/orca-services/nova-api-php.svg)](https://scrutinizer-ci.com/g/orca-services/nova-api-php/code-structure)
[![Quality Score](https://img.shields.io/scrutinizer/quality/g/orca-services/nova-api-php.svg)](https://scrutinizer-ci.com/g/orca-services/nova-api-php/?branch=master)
[![Total Downloads](https://img.shields.io/packagist/dt/orca-services/nova-api.svg)](https://packagist.org/packages/orca-services/nova-api/stats)
<a href="https://codeclimate.com/github/orca-services/nova-api-php/maintainability"><img src="https://api.codeclimate.com/v1/badges/2146d81fb56ef53ee185/maintainability" /></a>

## Description

It will allow you to leverage the web services of the public transport platform 
[NOVA](https://www.allianceswisspass.ch/de/die-branche/Netzweite-OeV-Anbindung-NOVA) 
built by [SBB](https://www.sbb.ch).

## Requirements

 * PHP 7.0+

## Installation

```
composer require orca-services/nova-api
```

## Change log

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

## Usage

Documentation is at <https://orca-services.github.io/nova-api-php/>

## License

The MIT License (MIT). Please see [License File](LICENSE) for more information.