Skip to content
duck7000 edited this page Nov 18, 2025 · 7 revisions

Welcome to the MusicBrainzPHP wiki!

Logger

Logger is default off!
To enable logger set the config option $debug to true
Logger only works for MusicBrainz API calls.

Cache

Cache is default off!
To enable caching set the config option $cacheUse and $cacheStore to true
Cache only works in TitleSearchAdvanced class fetchReleaseGroups() and releaseGroupReleases()
Lyrics data is never cached
Cache files are stored in folder set in config

Clone this wiki locally