Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | hace 5 años | |
---|---|---|
.. | ||
docs | hace 5 años | |
src | hace 5 años | |
tests | hace 5 años | |
.gitignore | hace 5 años | |
.travis.yml | hace 5 años | |
CHANGELOG.md | hace 5 años | |
LICENSE | hace 5 años | |
README.md | hace 5 años | |
composer.json | hace 5 años | |
composer.lock | hace 5 años | |
phpunit.xml.dist | hace 5 años | |
vendors.win.php | hace 5 años |
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