symfony-cmf/media-bundle

This package is abandoned and no longer maintained. No replacement package was suggested.

Symfony CMF Media Bundle

Installs: 494 863

Dependents: 12

Suggesters: 2

Security: 0

Stars: 31

Watchers: 14

Forks: 40

Open Issues: 27

Type:symfony-bundle

1.3.1 2016-06-14 11:28 UTC

README

Build Status StyleCI Latest Stable Version Total Downloads

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

Documentation

For the install guide and reference, see:

See also:

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.