Giter Site home page Giter Site logo

ovationtix's Introduction

OvationTix API

Provides easy-to-use interface to work with OvationTix API

Requirements

PHP 7.0 and later.

Composer

You can install the bindings via Composer. Run the following command:

composer require dative/ovationtix

To use the bindings, use Composer's autoload:

require_once('vendor/autoload.php');

Getting Started

Create a instance by passing the OvationTix client id.

$otix = new OvationTix(284);

Usage

Get Series

Will return array of Productions.

$series = $otix->getSeries();

Get Production

Will return a Production object.

$production = $otix->getSeriesProduction( 1111 );

Get Production Performances

Will return array of Performances from a Production.

$performances = $production->getPerformances();

Development

Install dependencies:

composer install

Tests

Install dependencies as mentioned above (which will resolve PHPUnit), then you can run the test suite:

./vendor/bin/phpunit

Roadmap

  • Implement basic HTTP layer for requests
  • Implement basic OvationTix class
  • Implement Production class
  • Implement Performance class
  • add getUpcommingPerformances method to OvationTix
  • add getPerformancesCalendar method to OvationTix
  • Implement Venue class, update the Production class with it

Resources

Changelog

1.0.0 - 2017.12.28

  • Initial release

ovationtix's People

Contributors

webrgp avatar

Stargazers

.Jaeyson Anthony Y. ⚗️ avatar

Watchers

James Cloos avatar Chris OBrien avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.