2017 © Pedro Peláez
 

library php-exif-tools

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

image

tacoberu/php-exif-tools

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

  • Thursday, December 7, 2017
  • by tacoberu
  • Repository
  • 1 Watchers
  • 1 Stars
  • 182 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 3 Versions
  • 16 % Grown

The README.md

php-exif-tools

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image., (*1)

Example

Read meta-data:, (*2)

``` php use Taco\Tools\Exif; use SplFileInfo;, (*3)

(new Exif\ExifReader)->read(new SplFileInfo('file.jpeg')) == (object)[ 'mime' => 'image/jpeg', 'title' => 'Salut', 'datetime' => new DateTime('2019-02-23 21:20:00'), 'orientation' => 3, ];, (*4)


Write meta-data: ``` php use Taco\Tools\Exif; use SplFileInfo; (new Exif\ExifWrite(new SplFileInfo('file.jpeg'))->write([ ExifWriter::SECTION_TITLE => 'Salut', ]));

The Versions

07/12 2017

v0.1.x-dev

0.1.9999999.9999999-dev

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

  Sources   Download

MIT

The Requires

  • ext-exif *

 

The Development Requires

07/12 2017

dev-master

9999999-dev

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

  Sources   Download

MIT

The Requires

  • ext-exif *

 

The Development Requires

07/12 2017

v0.1.1

0.1.1.0

php-exif-tools is a simple library for manipulate (read and write) with the EXIF meta-data of an image.

  Sources   Download

MIT

The Requires

  • ext-exif *

 

The Development Requires