canaltp/media-manager-bundle

Media Manager Bundle

This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.

Package info

github.com/CanalTP/MediaManagerBundle

Issues

Type:symfony-bundle

pkg:composer/canaltp/media-manager-bundle

Statistics

Installs: 2 748

Dependents: 1

Suggesters: 0

Stars: 0

0.0.11 2015-02-12 14:56 UTC

Requires

Requires (Dev)

None

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 59fe1329d0b7ff868746091ae1f204a201123b79

  • Rémy Abi-Khalil <remy.abikhalil.woop@canaltp.fr>

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