Download the PHP package ekumanov/flarum-ext-inline-audio without Composer

On this page you can find all versions of the php package ekumanov/flarum-ext-inline-audio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package flarum-ext-inline-audio

ℹ️ If you've been using Inline Audio (aka Audio URL to Player), that extension has been abandoned. This is a fresh, actively maintained replacement built for Flarum 2.0+ (and 1.8 via the 1.x branch).


Inline Audio Player

License Latest Stable Version Total Downloads

A Flarum extension that automatically converts audio file links in posts into clickable filenames backed by a shared overlay player bar, with an optional [player] BBCode tag.

Audio links are replaced with a compact filename button. Clicking it loads the track into a fixed player bar at the bottom of the page — keeping posts clean while giving you a persistent, always-visible player.

No player open

Player open


Features

Supported formats: mp3 · wav · ogg · flac · m4a · aac · webm · mp4 · mpeg · mpg · wave


Installation

Update

Uninstall


Admin Settings

All settings are found under Extensions → Inline Audio Player in the admin panel.

Setting Default Description
Show download button on player bar Off Adds a download icon to the overlay player bar
Allow right-click on filename to save On Renders the in-post filename as an <a download> link, enabling the browser's native "Save link as" on right-click
Start playing immediately when a filename is clicked On Auto-plays the track when loaded; disable to require a manual play press
Hide numeric prefix from uploaded filenames On Strips the timestamp-userId- prefix that FoF Upload adds (e.g. 1774205518-685373-song.mp3song.mp3)

BBCode


FoF Upload Integration

If you use FoF Upload and want audio files to automatically render as inline players after uploading — without requiring users to manually wrap links in [player] tags — you can register a filename-link upload template in your forum's extend.php.

FoF Upload does not ship with this template; add it yourself as follows:

Once registered, select Filename link as the upload template in the FoF Upload admin settings.

To restrict the template to audio files only, set a MIME type filter in FoF Upload using this regex:


Compatibility

Branch Flarum version
main (this) Flarum 2.0+
1.x Flarum 1.8

Links


All versions of flarum-ext-inline-audio with dependencies

PHP Build Version
Package Version
Requires flarum/core Version ^2.0
php Version ^8.2
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package ekumanov/flarum-ext-inline-audio contains the following files

Loading the files please wait ...