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