PHPackages                             plutuss/getid3-laravel - 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. [Image &amp; Media](/categories/media)
4. /
5. plutuss/getid3-laravel

ActiveLibrary[Image &amp; Media](/categories/media)

plutuss/getid3-laravel
======================

A wrapper around james-heinrich/getid3 to extract various information from media files.

1.5.0(1y ago)43.2k↑19%1MITPHP

Since Jul 5Pushed 1y ago1 watchersCompare

[ Source](https://github.com/plutuss/getid3)[ Packagist](https://packagist.org/packages/plutuss/getid3-laravel)[ RSS](/packages/plutuss-getid3-laravel/feed)WikiDiscussions master Synced 2d ago

READMEChangelog (3)Dependencies (1)Versions (12)Used By (0)

Installed packages
------------------

[](#installed-packages)

Laravel:
--------

[](#laravel)

- [GitHub](https://github.com/plutuss/getid3).
- This package is a wrapper around [james-heinrich/getid3](https://packagist.org/packages/james-heinrich/getid3).

Note

The getID3 package, developed by James Heinrich, is a powerful tool for analyzing metadata of audio and video files. Here are some of its capabilities:

1. **Metadata Extraction**: getID3 can extract various types of metadata from multimedia files, including information about format, codec, duration, bitrate, sample rate, and much more.
2. **Support for Various Formats**: The package supports a wide range of audio and video formats, including MP3, WAV, FLAC, OGG, AAC, WMA, AVI, MPEG, QuickTime, and many others.
3. **Tag Processing**: It is also capable of analyzing and extracting information from metadata tags, such as ID3 tags for MP3 files or similar tags for other formats.
4. **Character Encoding Detection**: getID3 can automatically detect the text encoding used in metadata, allowing for proper handling of different languages and special characters.
5. **Stream Information Retrieval**: This package can analyze the structure of multimedia files and provide information about the audio and video streams contained within them.
6. **Flexibility and Customization**: getID3 provides various options and settings for users, allowing them to customize its behavior according to the specific needs and requirements of their projects.

Note

These capabilities make the getID3 package a valuable tool for developers working with multimedia files, as well as for creating applications that require analysis and processing of audio and video data.

```
 composer require plutuss/getid3-laravel
```

```
php artisan vendor:publish --provider="Plutuss\Providers\GetId3ServiceProvider"
```

Use Facade MediaAnalyzer
------------------------

[](#use-facade-mediaanalyzer)

- uploadFile()
- fromLocalFile()
- fromUrl()

```
