2017 © Pedro PelĂĄez
 

library omdb-php-sdk

image

xynnn/omdb-php-sdk

  • Saturday, August 8, 2015
  • by xyNNN
  • Repository
  • 1 Watchers
  • 1 Stars
  • 21 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

OmDbApi SDK written in PHP

Software License, (*1)

The OmDbApi SDK written in PHP provides you an easy-to-use library to communicate with the RESTful API from www.omdbapi.com! It is based on the HTTP Client Guzzle to be extensible as far as possible., (*2)

Please have a look at the examples, to learn how to handle the SDK., (*3)

Note: This SDK is still in development. Feel free to report encountered issues!, (*4)

Requirements

  • [x] PHP 5.3 and higher

Install

Using Composer

$ composer require xynnn/omdb-php-sdk

Cloning from Github

$ git clone https://github.com/xyNNN/omdb-php-sdk.git

Usage

The SDK is built as easy as possible and works with OmDbApi\Request\Request object which is extended by the Guzzle Request object. Please have a look at the examples to learn how to handle the SDK. I will add some more informations about the usage later., (*5)

Features

  • [x] Based on Guzzle, an extensible PHP HTTP Client
  • [x] Fluent Interface support for the Request object
  • [x] Object-oriented approach to communicate with the RESTful API

What's to come

  • [ ] Test Coverage
  • [ ] Rich Object Models to map the responses in Object collections and/or objects
  • [ ] Enabling of Travis CI

Authors

Philipp BrÀutigam, (*6)

License

Copyright (c) 2015 Philipp BrÀutigam
This repository is released under the GNU LGPL v3.0 license., (*7)

The Versions

08/08 2015

dev-develop

dev-develop

  Sources   Download

GNU LGPL v3.0

The Requires

 

by Philipp Braeutigam