Yannick Warnier 76a0eae5ea Add static resources and remove tests dir for beta release | пре 5 година | |
---|---|---|
.. | ||
docs | пре 5 година | |
src | пре 5 година | |
tests | пре 5 година | |
.gitignore | пре 5 година | |
.travis.yml | пре 5 година | |
CHANGELOG.md | пре 5 година | |
LICENSE | пре 5 година | |
README.md | пре 5 година | |
composer.json | пре 5 година | |
composer.lock | пре 5 година | |
phpunit.xml.dist | пре 5 година | |
vendors.win.php | пре 5 година |
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