Download the PHP package cmfcmf/media-module without Composer
On this page you can find all versions of the php package cmfcmf/media-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download cmfcmf/media-module
More information about cmfcmf/media-module
Files in cmfcmf/media-module
Package media-module
Short Description A Zikula 2 module to handle all sorts of media.
License MIT
Informations about the package media-module
Deprecated
This module has been deprecated as part of Zikula 4 slimming diet.
Zikula 2.0.11+ media module
Installation
- Download the module from https://github.com/zikula-modules/MediaModule/releases/latest.
- Install to
modules/cmfcmf/media-module
(but other locations should work aswell!).
If you want to test the current version (potentially unstable!), download it from here: https://github.com/zikula-modules/MediaModule/raw/dev-builds/MediaModule.zip
Downloading directly from main would require you to execute composer install --no-dev
.
Information
The module supports many media types natively (images, plaintext, MarkDown, videos, audio, pdf, …) and further types can be added with ease!
Not only can you upload media, you can also search for and embed all kinds of media from the web! Here are some: Tweets, YouTube videos, Music, Flickr images, …
You can create text- and image-based watermarks to watermark all uploaded images. The watermarks scale automatically and can be exchanged at any time. The original images are preserved.
Rendered MarkDown files? Syntax-highlighted source code? Automatic updates? Thumbnail generation? Works on mobile? YES. All of this. Read on or download the module already!
Known issues
- You MAY NOT allow untrusted users to upload files. It is currently NOT SAFE to do so.
- You must not create collections with any of the following tittles: f, media, settings, admin, hooks, licenses, watermarks. If you do so, it's going to break URLs.
- The Flickr MediaType is currently disabled due to legal questions
- Even though files are watermarked, they are still available non-watermarked. Users could try to guess the URL and access the un-watermarked files.
Talk to me!
If you find a bug or have problems, please create an issue!
Extracting translations
Add require_once __DIR__ . '/../modules/cmfcmf/media-module/vendor/autoload.php';
to src/app/autoload.php
and then run
php -dmemory_limit=2G bin/console translation:extract en --bundle=CmfcmfMediaModule --enable-extractor=jms_i18n_routing --output-format=po --exclude-dir=vendor
License and module development
The code is MIT licensed, see the License.md
file for further information.
All versions of media-module with dependencies
google/apiclient Version ^2
j7mbo/twitter-api-php Version ^1
james-heinrich/getid3 Version ^1
knplabs/github-api Version ^1
php Version >=5.5.9
vierbergenlars/php-semver Version ^3