2017 © Pedro Peláez
 

library php-exif-bundle

Symfony bundle for miljar/php-exif package

image

evlz/php-exif-bundle

Symfony bundle for miljar/php-exif package

  • Thursday, March 5, 2015
  • by Evlz
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1,441 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 1 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

PHP Exif reader Bundle

Symfony bundle for PHPExif - A PHP Exif reader, (*1)

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, (*2)

add to app config these lines for this feature, (*3)

Custom

#app/config/config.yml
evlz_php_exif:
    type: native # default value oexiftool

Notice: lib-exiftool is required, (*4)

The Versions

05/03 2015

dev-master

9999999-dev

Symfony bundle for miljar/php-exif package

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hanov Ruslan

05/03 2015

v0.1.1

0.1.1.0

Symfony bundle for miljar/php-exif package

  Sources   Download

MIT

The Requires

 

The Development Requires

by Hanov Ruslan