evlz / php-exif-bundle
Symfony bundle for miljar/php-exif package
Installs: 1 447
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 1
Open Issues: 1
Requires
- php: >=5.3.3
- miljar/php-exif: dev-master
- symfony/symfony: ~2.4
Requires (Dev)
- phpunit/phpunit: ~4.5
This package is auto-updated.
Last update: 2019-06-06 07:20:19 UTC
README
Symfony bundle for PHPExif - A PHP Exif reader
Install
Add to composer
$ composer require evlz/php-exif-bundle:~0.1
Add to the kernel
<?php # app/AppKernel.php class AppKernel extends Kernel { public function registerBundles() { $bundles = array( # your bundles new Evlz\PhpEXIFBundle\EvlzPhpEXIFBundle(), ); } }
By default native exif reader is used but you can use ExitTool
add to app config these lines for this feature
Custom
#app/config/config.yml
evlz_php_exif:
type: native # default value oexiftool
Notice: lib-exiftool is required