PHPackages                             sfynx-project/media-bundle - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [PDF &amp; Document Generation](/categories/documents)
4. /
5. sfynx-project/media-bundle

ActiveSymfony-bundle[PDF &amp; Document Generation](/categories/documents)

sfynx-project/media-bundle
==========================

This Bundle provides a mediatheque to manage medias or documents

v2.8.7(7y ago)1122LGPL-3.0-or-laterPHPPHP ^7.2

Since Feb 14Pushed 7y ago5 watchersCompare

[ Source](https://github.com/pigroupe/SfynxMediaBundle)[ Packagist](https://packagist.org/packages/sfynx-project/media-bundle)[ Docs](http://pigroupe.github.io/cmf-sfynx/)[ RSS](/packages/sfynx-project-media-bundle/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (12)Versions (13)Used By (0)

SfynxMediaBundle
================

[](#sfynxmediabundle)

Symfony3/4's Sfynx Media Bundle provides an Media Client to manage media from Sfynx Api Media

The bundle includes :

- a complete galery of media which compose with SfynxApiMediaBundle
- interface to manage Sfynx Api Media from entity media persistence
- multiple form type to create form relation between a new entity and the media entity
- croping form type

This bundle is a new version of the TmsMediaBundle ().

Documentation
-------------

[](#documentation)

The source of the documentation is stored in the `Resources/doc/` folder in this bundle :

- [Read the Documentation for master](https://github.com/pigroupe/SfynxMediaBundle/blob/master/Resources/doc/index.md)
- [Read the Documentation](Resources/doc/index.md)

Installation
------------

[](#installation)

> a) Prerequisites

This version of the bundle requires `PHP 7.2+` with `imagick extension` enabled.

> b) Configuration

Add dependencies in your `composer.json` file:

```
"require": {
        ...
        "sfynx-project/media-bundle": "dev-master"
    },
```

Install these new dependencies of your application:

```
$ composer update --no-interaction --with-dependencies
```

Enable the bundles in your application kernel :

```
