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

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