canaltp/media-manager-bundle

Media Manager Bundle

Installs: 2 716

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 36

Forks: 2

Type:symfony-bundle

0.0.11 2015-02-12 14:56 UTC

This package is not auto-updated.

Last update: 2023-05-13 11:49:01 UTC


README

What is MediaManagerBundle ?

Bundle of Media Manager to manage all media in a project.

Requirement

  1. MediaManager (Component)

Installation

You need composer to install the MediaManagerComponent.

  1. Open your composer.json in your project
  2. Add require "canaltp/media-manager": "dev-master"
  3. Please don't forget to set "post_max_size", "upload_max_filesize" and "max_file_uploads" options in your php.ini
  4. Add configuration in your app/config/
// config.yml
canal_tp_media_manager:
    configurations:
        MyApplicationId:
            name: MyApplicationName
            storage:
                type: filesystem
                path: /my/storage/path/
                url:  http://my-medias.local/
            strategy: CanalTP\MediaManager\Strategy\DefaultStrategy

How to use MediaManagerBundle ?

Coming Soon

Running MediaManagerBundle Tests

Coming Soon

Contributing

  1. Rémy Abi-Khalil - remy.abikhalil@canaltp.fr