Download the PHP package symfony-cmf/media-bundle without Composer
On this page you can find all versions of the php package symfony-cmf/media-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download symfony-cmf/media-bundle
More information about symfony-cmf/media-bundle
Files in symfony-cmf/media-bundle
Package media-bundle
Short Description Symfony CMF Media Bundle
License MIT
Homepage http://cmf.symfony.com
Informations about the package media-bundle
Symfony CMF Media Bundle
WARNING: Unmaintained To focus our efforts in the CMF project, this package is currently not maintained. Security fixes and submitted bug fixes will still be released, but no new features should be expected.
If you want to help co-maintaining this package, tell us in a GitHub issue or in the #symfony_cmf channel of the Symfony devs slack.
This bundle is part of the Symfony Content Management Framework (CMF) and licensed under the MIT License.
The MediaBundle provides a way to store and edit any media and provides a generic base of common interfaces and models that allow the user to build media management solutions for a CMS. Media can be images, binary documents (like pdf files), embedded movies, uploaded movies, MP3s, etc. The implementation of this bundle is very minimalistic and is focused on images and download files. If you need more functionality (like cdn, thumbnail generation, providers for different media types and more) take a look at SonataMediaBundle. The MediaBundle provides integration with SonataMediaBundle.
Requirements
- Symfony 2.3+
- See also the
require
section of composer.json
Documentation
For the install guide and reference, see:
See also:
- All Symfony CMF documentation - complete Symfony CMF reference
- Symfony CMF Website - introduction, live demo, support and community links
Contributing
Pull requests are welcome. Please see our CONTRIBUTING guide.
Unit and/or functional tests exist for this bundle. See the Testing documentation for a guide to running the tests.
Thanks to everyone who has contributed already.