PHPackages                             bluemoehre/flac-php - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. bluemoehre/flac-php

ActiveLibrary

bluemoehre/flac-php
===================

PHP class for native reading FLAC's metadata and Vorbis comment

v1.0.2(9y ago)8235.5k—10%3[1 PRs](https://github.com/bluemoehre/flac-php/pulls)2PHP

Since Feb 12Pushed 1y ago1 watchersCompare

[ Source](https://github.com/bluemoehre/flac-php)[ Packagist](https://packagist.org/packages/bluemoehre/flac-php)[ RSS](/packages/bluemoehre-flac-php/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (2)

FLAC-PHP [![Build Status](https://github.com/bluemoehre/flac-php/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/bluemoehre/flac-php/actions/workflows/ci.yml)
====================================================================================================================================================================================

[](#flac-php-)

Class for native reading FLAC's metadata in PHP. Provides direct access to the Vorbis comment (artist, title, album, …) to fetch all desired information.

Installation
------------

[](#installation)

This class can easily be installed via [Composer](https://getcomposer.org):
`composer require bluemoehre/flac-php`

Alternatively you may include it the old fashioned way of downloading and adding it via
`require 'Flac.php'`

Usage
-----

[](#usage)

```
