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

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

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

miljar/php-exif

最新稳定版本:v0.6.5

Composer 安装命令:

composer require miljar/php-exif

包简介

Object-Oriented EXIF parsing

README 文档

README

PHPExif is a library which gives you easy access to the EXIF meta-data of an image.

PHPExif serves as a wrapper around some native or CLI tools which access this EXIF meta-data from an image. As such, it provides a standard API for retrieving and accessing that information.

Supported tools

  • Native PHP functionality (exif_read_data, iptcparse)
  • Exiftool adapter (wrapper for the exiftool binary)

Installation (composer)

composer require miljar/php-exif

Usage

Before v0.3.0

v0.3.0+

Contributing

Please submit all pull requests against the correct branch. The release branch for the next version is a branch with the same name as the next version. Bugfixes should go in the master branch, unless they are for code in a new release branch.

PHPExif is written according the PSR-0/1/2 standards. When submitting code, please make sure it is conform these standards. We aim to have all functionality covered by unit tests. When submitting code, you are strongly encouraged to unit test your code and to keep the level of code coverage on par with the current level.

All contributions are welcomed and greatly appreciated.

Feedback

Have a bug or a feature request? Please open a new issue. Before opening any issue, please search for existing issues.

Contributors

License

MIT License

统计信息

  • 总下载量: 1.23M
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 157
  • 点击次数: 1
  • 依赖项目数: 12
  • 推荐数: 1

GitHub 信息

  • Stars: 147
  • Watchers: 5
  • Forks: 38
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2013-01-17