Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
..
docs 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
src 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
tests 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
.gitignore 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
.travis.yml 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
CHANGELOG.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
LICENSE 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
README.md 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
composer.json 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
composer.lock 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
phpunit.xml.dist 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前
vendors.win.php 76a0eae5ea Add static resources and remove tests dir for beta release 5 年 前

README.md

MediaVorus

Build Status

A lib to get every technical informations about your files

#Exemple

use MediaVorus\MediaVorus;
use MediaVorus\Media\Image;

$mediavorus = MediaVorus::create();

$image = $mediavorus->guess('RawCanon.cr2');

echo sprintf("Photo as been taken with a %s Shutter Speed", $Image->getShutterSpeed());

#Documentation

Documentation is hosted on Read The Docs http://mediavorus.readthedocs.org/

#License

MediaVorus is released under the MIT license