mindgruve/derby

Media manager for images, pdfs, youtube videos and more

0.5.0 2015-07-08 22:29 UTC

This package is auto-updated.

Last update: 2024-03-29 02:50:21 UTC


README

Build Status Scrutinizer Code Quality

derby

Derby is a media manager for images, pdfs, youtube videos and more and was written in PHP 5.4. We have abstracted file objects of various types which can be used for different operations based on the type of media. For example, cropping or resizing images or creating PDFs from word documents.

Local file adapters are able to upload to a remote file adapter and vice versa. Derby's local and remote file adapters accept a gaufrette adapter to manage file system abstraction, however, Derby also includes other adapters which are not related to a file system. Like the "Embed" adapter.

Derby is a current work in progress.

Install

composer require mindgruve/derby dev-master

If you don't know what composer is, check it out.

Example Usage

Derby's API is changing a lot. Section to come as we solidify more.