evlz/php-exif-bundle
最新稳定版本:v0.1.1
Composer 安装命令:
composer require evlz/php-exif-bundle
包简介
Symfony bundle for miljar/php-exif package
README 文档
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
统计信息
- 总下载量: 1.45k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-03-05