2017 © Pedro Peláez
 

library musicbrainz

A PHP library for accessing the MusicBrainz API

image

mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

  • Wednesday, September 13, 2017
  • by mikealmond
  • Repository
  • 9 Watchers
  • 50 Stars
  • 26,464 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 42 Forks
  • 11 Open issues
  • 5 Versions
  • 5 % Grown

The README.md

MusicBrainz Web Service (v2) PHP class

This PHP library that allows you to easily access the MusicBrainz Web Service V2 API. Visit the MusicBrainz development page for more information., (*1)

This project is a fork of https://github.com/chrisdawson/MusicBrainz and takes some inspiration from the Python bindings, (*2)

Usage Example

setUserAgent('ApplicationName', '0.2', 'http://example.com');

    $args = array(
        "recording"  => "Buddy Holly",
        "artist"     => 'Weezer',
        "creditname" => 'Weezer',
        "status"     => 'Official'
    );
    try {
        $recordings = $brainz->search(new RecordingFilter($args));
        print_r($recordings);
    } catch (Exception $e) {
        print $e->getMessage();
    }
?>

Look in the /examples folder for more., (*3)

Requirements

PHP5 and cURL extension., (*4)

License

Short: Use it in any project, no matter if it is commercial or not. Just don't remove the copyright notice., (*5)

MIT License, (*6)

Copyright © 2015 Mike Almond, (*7)

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:, (*8)

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software., (*9)

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE., (*10)

The Versions

13/09 2017

dev-master

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

A PHP library for accessing the MusicBrainz API

  Sources   Download

MIT

The Requires

  • php >=5.3.8

 

The Development Requires

api php library musicbrainz

17/09 2015

v0.2.2

0.2.2.0 https://github.com/mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

  Sources   Download

MIT

The Requires

  • php >=5.3.8

 

The Development Requires

api php library musicbrainz

19/02 2014

v0.2.1

0.2.1.0 https://github.com/mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

  Sources   Download

MIT

The Requires

  • php >=5.3.8

 

The Development Requires

api php library musicbrainz

19/02 2014

v0.2.0

0.2.0.0 https://github.com/mikealmond/musicbrainz

A PHP library for accessing the MusicBrainz API

  Sources   Download

MIT

The Requires

  • php >=5.3.8

 

The Development Requires

api php library musicbrainz

30/04 2013

v0.1.0

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

A library for accessing the musicbrainz API

  Sources   Download

MIT

The Requires

 

api php library musicbrainz