Skip to content

beezus/openlibrary-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Open Library API Client

Allows some interaction with the Open Library API using an object-based interface.

Installation

This package can be installed via Composer:

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;

About

A PHP wrapper for the Open Library API

Resources

Stars

Watchers

Forks

Languages