2017 © Pedro Peláez
 

library openlibrary-php

A PHP wrapper for the Open Library API

image

beezus/openlibrary-php

A PHP wrapper for the Open Library API

  • Saturday, January 23, 2016
  • by JD-Robbs
  • Repository
  • 1 Watchers
  • 0 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Open Library API Client

Allows some interaction with the Open Library API using an object-based interface., (*1)

Installation

This package can be installed via Composer:, (*2)

composer require beezus/openlibrary-php

Basic usage

<?php

// This file is generated by Composer
require_once __DIR__ . '/vendor/autoload.php';

use OpenLibrary\API\Client as OpenLibraryAPI;

$api = new OpenLibraryAPI();
$book = $api->getBookByOLID( 'OL24222743M' );
echo $book->title;

The Versions

23/01 2016

dev-master

9999999-dev https://github.com/beezus/openlibrary-php

A PHP wrapper for the Open Library API

  Sources   Download

The Requires

 

api php openlibrary