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