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