https://github.com/symfony-cmf/media-bundle
UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
https://github.com/symfony-cmf/media-bundle
Last synced: 10 days ago
JSON representation
UNMAINTAINED - Minimalistic interfaces to handle media in the context of the CMF
- Host: GitHub
- URL: https://github.com/symfony-cmf/media-bundle
- Owner: symfony-cmf
- Created: 2013-04-08T10:30:57.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2021-05-21T15:27:52.000Z (about 4 years ago)
- Last Synced: 2024-10-29T20:25:03.319Z (8 months ago)
- Language: PHP
- Homepage: http://cmf.symfony.com/
- Size: 1010 KB
- Stars: 30
- Watchers: 15
- Forks: 40
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# Symfony CMF Media Bundle
[](http://travis-ci.org/symfony-cmf/media-bundle)
[](https://styleci.io/repos/9294022)
[](https://packagist.org/packages/symfony-cmf/media-bundle)
[](https://packagist.org/packages/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](https://slackinvite.me/to/symfony-devs).This bundle is part of the [Symfony Content Management Framework (CMF)](http://cmf.symfony.com/)
and licensed under the [MIT License](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](https://github.com/sonata-project/SonataMediaBundle). The
MediaBundle provides integration with SonataMediaBundle.## Requirements
* Symfony 2.3+
* See also the `require` section of [composer.json](composer.json)## Documentation
For the install guide and reference, see:
* [MediaBundle documentation](http://symfony.com/doc/master/cmf/bundles/media/index.html)
See also:
* [All Symfony CMF documentation](http://symfony.com/doc/master/cmf/index.html) - complete Symfony CMF reference
* [Symfony CMF Website](http://cmf.symfony.com/) - introduction, live demo, support and community links## Contributing
Pull requests are welcome. Please see our
[CONTRIBUTING](https://github.com/symfony-cmf/symfony-cmf/blob/master/CONTRIBUTING.md)
guide.Unit and/or functional tests exist for this bundle. See the
[Testing documentation](http://symfony.com/doc/master/cmf/components/testing.html)
for a guide to running the tests.Thanks to
[everyone who has contributed](https://github.com/symfony-cmf/MediaBundle/contributors) already.