simplator/medialib

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

Media library for manage any media files.

Installs: 154

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 1

Forks: 1

Open Issues: 0

Type:yii2-extension

0.2.4 2015-12-22 14:15 UTC

This package is not auto-updated.

Last update: 2018-07-18 16:12:09 UTC


README

Latest Stable Version Total Downloads Latest Unstable Version License

Universal media library

In Russian

Provided links /medialib/picture/

1. Download

composer require "simplator/medialib:dev-master"

2. Configure

NOTE: Module need install as "medialib" module.

Add following lines to your main configuration file:

'modules' => [
    'medialib' => [
        'class' => 'simplator\medialib\Module',
    ],
],