Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bethrezen/medialib
Universal media library
https://github.com/bethrezen/medialib
Last synced: 26 days ago
JSON representation
Universal media library
- Host: GitHub
- URL: https://github.com/bethrezen/medialib
- Owner: bethrezen
- License: other
- Created: 2015-07-17T09:12:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-17T09:14:16.000Z (over 9 years ago)
- Last Synced: 2023-03-22T15:35:22.432Z (over 1 year ago)
- Language: PHP
- Size: 235 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# medialib
Universal media library
[In Russian](README.ru.md)
Provided links /medialib/picture/
### 1. Download
```bash
composer require "simplator/medialib:dev-master"
```### 2. Configure
> **NOTE:** Module need install as "medialib" module.
Add following lines to your main configuration file:
```php
'modules' => [
'medialib' => [
'class' => 'simplator\medialib\Module',
],
],
```