PHPackages                             alexzv/iptc-jpeg - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Image &amp; Media](/categories/media)
4. /
5. alexzv/iptc-jpeg

AbandonedLibrary[Image &amp; Media](/categories/media)

alexzv/iptc-jpeg
================

Specific class for manipulating IPTC/EXIF metadata of jpeg images

59394PHP

Since Sep 25Pushed 9y ago1 watchersCompare

[ Source](https://github.com/zetdev/IptcJpeg)[ Packagist](https://packagist.org/packages/alexzv/iptc-jpeg)[ RSS](/packages/alexzv-iptc-jpeg/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Image\_Iptc
===========

[](#image_iptc)

Specific class for manipulating IPTC/EXIF metadata of jpeg images

Includes Demo writing Keywords/Tags and Caption to image.

Examples
--------

[](#examples)

### Writing tags

[](#writing-tags)

```
use IptcJpeg\Iptc;

$iptc = new Iptc('et_betrayed.jpg');

$iptc->set(Iptc::CAPTION, array(
    'NASA finally managed to contact with extraterrestrials, here are a few excerpts from the chat...',
    'E.T.: Hi Earthlings .\//,',
    'NASA agent: What do you want from us?',
    'E.T.: We want to see a show of Katy Perry',
    'NASA agent: Really? Why?',
    'E.T.: Why E.T. music reminds me of my ex wife',
    'NASA agent: What happened to her?',
    'E.T.: She ran away with the "E.T." protagonist of the movie Steven Spielberg ...',
    'NASA agent: How sad!! '
));
$iptc->write();

// read tags
print_r($iptc->fetchAll(Iptc::CAPTION));

```

Feature Overview
----------------

[](#feature-overview)

- Reading and writing IPTC/EXIF tags
- Support for array data, can write a list of tags
- Removing IPTC tags
- Append and Prepend of tags
- Fetch and FethAll tags

Contributors
============

[](#contributors)

**Special thanks to the following contributors:**

- [Toby Allen](https://github.com/tobya)
- [netboy](https://github.com/netboy)

License
-------

[](#license)

(The MIT License)

Copyright (c) 2012 Bruno Agutoli &lt;&gt;

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 74.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/968906?v=4)[Alex Zet](/maintainers/zetdev)[@zetdev](https://github.com/zetdev)

---

Top Contributors

[![agutoli](https://avatars.githubusercontent.com/u/298845?v=4)](https://github.com/agutoli "agutoli (23 commits)")[![tobya](https://avatars.githubusercontent.com/u/325502?v=4)](https://github.com/tobya "tobya (4 commits)")[![zetdev](https://avatars.githubusercontent.com/u/968906?v=4)](https://github.com/zetdev "zetdev (2 commits)")[![jhcaiced](https://avatars.githubusercontent.com/u/1218126?v=4)](https://github.com/jhcaiced "jhcaiced (1 commits)")[![nickvergessen](https://avatars.githubusercontent.com/u/213943?v=4)](https://github.com/nickvergessen "nickvergessen (1 commits)")

### Embed Badge

![Health badge](/badges/alexzv-iptc-jpeg/health.svg)

```
[![Health](https://phpackages.com/badges/alexzv-iptc-jpeg/health.svg)](https://phpackages.com/packages/alexzv-iptc-jpeg)
```

###  Alternatives

[milon/barcode

Barcode generator like Qr Code, PDF417, C39, C39+, C39E, C39E+, C93, S25, S25+, I25, I25+, C128, C128A, C128B, C128C, 2-Digits UPC-Based Extention, 5-Digits UPC-Based Extention, EAN 8, EAN 13, UPC-A, UPC-E, MSI (Variation of Plessey code)

1.5k13.3M39](/packages/milon-barcode)[bkwld/croppa

Image thumbnail creation through specially formatted URLs for Laravel

510496.0k23](/packages/bkwld-croppa)[goat1000/svggraph

Generates SVG graphs

132849.6k3](/packages/goat1000-svggraph)[cohensive/embed

Media Embed (for Laravel or as a standalone).

120370.4k](/packages/cohensive-embed)[netresearch/rte-ckeditor-image

Image support in CKEditor for the TYPO3 ecosystem - by Netresearch

63991.3k4](/packages/netresearch-rte-ckeditor-image)[humanmade/tachyon-plugin

Rewrites WordPress image URLs to use Tachyon

87338.5k2](/packages/humanmade-tachyon-plugin)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
