2017 © Pedro Peláez
 

library image-meta

Library for get image meta data

image

gpslab/image-meta

Library for get image meta data

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 57 % Grown

The README.md

Latest Stable Version Total Downloads Build Status Coverage Status Scrutinizer Code Quality SensioLabs Insight StyleCI License, (*1)

Library for get image meta data

Installation

Pretty simple with Composer, run:, (*2)

composer require gpslab/image-meta

Usage

$path = ''; // path to image
$analyzer = new ImageMetaAnalyzer();

$data = $analyzer->analyze($path);

// access from getters
echo $data->width();
echo $data->height();
echo $data->mime();

// access as array
$array = $data->toArray();
echo $array['width'];
echo $array['height'];
echo $array['mime'];

License

This bundle is under the MIT license. See the complete license in the file: LICENSE, (*3)

The Versions

13/10 2017

dev-master

9999999-dev https://github.com/gpslab/image-meta

Library for get image meta data

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

13/10 2017

v3.0.0

3.0.0.0 https://github.com/gpslab/image-meta

Library for get image meta data

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

12/05 2017

2.0.x-dev

2.0.9999999.9999999-dev https://github.com/gpslab/image-meta

Library for get image meta data

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

22/12 2016

v2.0.0

2.0.0.0 https://github.com/gpslab/image-meta

Library for get image meta data

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

16/09 2016

v1.0.0

1.0.0.0 https://github.com/gpslab/image-meta

Library for get image meta data

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires