Download the PHP package jonnitto/prettyembedaudio without Composer
On this page you can find all versions of the php package jonnitto/prettyembedaudio. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download jonnitto/prettyembedaudio
More information about jonnitto/prettyembedaudio
Files in jonnitto/prettyembedaudio
Package prettyembedaudio
Short Description Prettier embeds for your audio files in Neos CMS.
License GPL-3.0-or-later
Homepage https://github.com/jonnitto/Jonnitto.PrettyEmbedAudio
Informations about the package prettyembedaudio
Jonnitto.PrettyEmbedAudio
For a detail guide, please visit the PrettyEmbed Wiki
Prettier embeds for your Audio sources in Neos CMS
Version | Neos | Maintained |
---|---|---|
1.* | >= 5.3 | ✗ |
2.* | >= 5.3 | ✗ |
6.* | >= 7.3 | ✓ |
The version jump was made to have all packages from the PrettyEmbed series on the same number
Installation
Most of the time, you have to make small adjustments to a package (e.g., configuration in Settings.yaml
). Because of
that, it is essential to add the corresponding package to the composer from your theme package. Navigate to this package
in your CLI and run the following command:
The --no-update
command prevent the automatic update of the dependencies. After the package was added to your package
composer.json
, go back to the root of the Neos installation and run composer update
. Et voilà! Your desired package
is now installed correctly.
FAQ
What are the differences from the PrettyEmbed series to Jonnitto.Plyr?
PrettyEmbed series | Plyr | |
---|---|---|
YouTube Video | ✓ | ✓ |
YouTube Playlist | ✓ | |
Vimeo | ✓ | ✓ |
Native Audio | ✓ | ✓ |
Native Video | ✓ | ✓ |
Advanced captions for native video | ✓ | |
Preview image | ✓ | |
Lightbox included | ✓ | |
Preview image | ✓ | |
Javascript API | ✓ | ✓ |
Filesize (JS & CSS) | smaller | bigger |
All packages from the PrettyEmbed series have the benefit of a better frontend performance since the player gets only loaded on request. So, no iframe/video get's loaded until the user wants to watch a video or listen to audio.