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