2017 © Pedro Peláez
 

library coverartarchive

A PHP library for accessing the CoverArtArchive API

image

mikealmond/coverartarchive

A PHP library for accessing the CoverArtArchive API

  • Friday, July 26, 2013
  • by mikealmond
  • Repository
  • 2 Watchers
  • 2 Stars
  • 363 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Cover Art Archive Web Service PHP library

This PHP library that allows you to easily access the Cover Art Archive API. Visit the Cover Art Archive page for more information., (*1)

Usage Example

getFrontImage();
    ?>
    <img src="<?=$front->getThumbnail('small')?>" />
    <img src="<?=$front->getThumbnail('large')?>" />
    <img src="<?=$front->getImage()?>" /><br />
    <?php

} catch (Exception $e) {
    print $e->getMessage();    
}

Requirements

PHP5 and cURL extension., (*2)

The Versions

26/07 2013

dev-master

9999999-dev https://github.com/mikealmond/CoverArtArchive

A PHP library for accessing the CoverArtArchive API

  Sources   Download

MIT

The Requires

 

api php library musicbrainz coverart

08/05 2013

v0.1.1

0.1.1.0 https://github.com/mikealmond/CoverArtArchive

A PHP library for accessing the CoverArtArchive API

  Sources   Download

MIT

The Requires

 

api php library musicbrainz coverart

30/04 2013

v0.1.0

0.1.0.0 https://github.com/mikealmond/CoverArtArchive

A library for accessing the CoverArtArchive API

  Sources   Download

MIT

The Requires

 

api php library musicbrainz coverart