https://github.com/fawno/simpleiptc
Simple PHP class for IPTC documents
https://github.com/fawno/simpleiptc
iptc iptc-metadata
Last synced: 3 months ago
JSON representation
Simple PHP class for IPTC documents
- Host: GitHub
- URL: https://github.com/fawno/simpleiptc
- Owner: fawno
- License: mit
- Created: 2022-04-30T13:54:21.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T08:58:48.000Z (almost 3 years ago)
- Last Synced: 2025-01-16T00:34:16.743Z (4 months ago)
- Topics: iptc, iptc-metadata
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/fawno/SimpleIPTC/blob/master/LICENSE)
[](https://github.com/fawno/SimpleIPTC/tags)
[](https://packagist.org/packages/fawno/simpleiptc)
[](https://packagist.org/packages/fawno/simpleiptc/stats)
[](https://github.com/fawno/SimpleIPTC/issues)
[](https://github.com/fawno/SimpleIPTC/network)
[](https://github.com/fawno/SimpleIPTC/stargazers)# SimpleIPTC
Simple PHP class for IPTC documents
## Instalation
```sh
php composer.phar require "fawno/simpleiptc"
``````php