承接 evlz/php-exif-bundle 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-03-05