The Unofficial Selection
KnpLabs is hiring
Symfony2 developers!

Infos

Score evolution

Score details ( ? )

  • Github Followers: 154
  • Last 30 days activity: 1.8
  • README file size: 5
  • Uses Travis CI: 5
  • Travis CI build status: 5
  • Provides a composer package: 5
  • KnpBundles recommendations: 5

Latest commits

  • Merge pull request #144 from oparadis/jenkins
    By rande 21 days ago
  • Update composer.json
    By rande 21 days ago
  • Add build process for jenkins integration
    By oparadis 21 days ago
  • Fix CS
    By rande 25 days ago
  • Add translation for admin top bar menu
    By rande 25 days ago
  • Merge pull request #140 from pulse00/2.0
    By rande 1 month ago
  • fixed bug in FormatThumbnail
    By pulse00 1 month ago
  • fix typo
    By rande 1 month ago
  • Add MogileFS support
    By rande 1 month ago
  • Fix validation
    By rande 1 month ago
184

SonataMediaBundle by sonata-project

Media management bundle on steroid for Symfony2

SonataMediaBundle - Media management on steroids

Build Status

The SonataMediaBundle is a media library based on a dedicated provider which handles different type of media: files, videos or images.

Check out the documentation on http://sonata-project.org/bundles/media/master/doc/index.html

Google Groups: For questions and proposals you can post on this google groups

The MIT License Copyright (c) 2010 thomas.rabaix@sonata-project.org Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  • 2012-04-16 Issa Farouk

    Hello,
    I find your bundle very well, but I have a problem to use it outside the admin menu. I'd like to use it in another bundle but I can not download the file. thank you for helping me.
    ->add('file', 'sonata_media_type', array(
    'provider' => 'sonata.media.provider.file',
    'context' => 'default'))

  • 2012-01-26 Mike

    is it possible to sort images/videow/whatever in the gallery?

  • 2011-11-29 Salim Farvest

    Hello

    I have 2 questions.

    1. When I want to execute php app/console sonata:easy-extends:generate SonataMediaBundle command line, I have this error:
    => [ErrorException] :
    Notice: Undefined index: db_driver in vendor/bundles/Sonata/MediaBundle/DependencyInjection/SonataMediaExtension.php line 52

    I have seen that I have to add
    - sonata_media:
    db_driver: orm

    into the config.yml at the end of the file but I have another pb:
    => [InvalidArgumentException]
    Invalid db driver "orm".

    2. How to use amazon S3 filesystem to store my media?

    Thanks

    Sam