symfony-cmf / media-bundle
Symfony CMF Media Bundle
Installs: 497 227
Dependents: 12
Suggesters: 2
Security: 0
Stars: 31
Watchers: 14
Forks: 40
Open Issues: 27
Type:symfony-bundle
Requires
- php: ^5.3.9|^7.0
- symfony/framework-bundle: ~2.3|~3.0
Requires (Dev)
- doctrine/annotations: ^1.1.2
- doctrine/phpcr-odm: ^1.3
- jms/serializer-bundle: ^0.12|^1.0
- liip/imagine-bundle: ^1.0.4
- mikey179/vfsstream: ^1.2
- symfony-cmf/testing: ^1.3
- twig/twig: ^1.12|^2.0
Suggests
- helios-ag/fm-elfinder-bundle: When using the elFinder media browser
- jms/serializer-bundle: When using the serializer handler
- knplabs/gaufrette: When using the Gaufrette adapter
- liip/imagine-bundle: To integrate with the Imagine library for processing images
- phpcr/phpcr-utils: When using the Gaufrette adapter
- symfony-cmf/core-bundle: Simplifies configuration with other CMF bundles
README
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.