Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fawno/simpleiptc
Simple PHP class for IPTC documents
https://github.com/fawno/simpleiptc
iptc iptc-metadata
Last synced: about 5 hours 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 (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-14T08:58:48.000Z (over 2 years ago)
- Last Synced: 2024-09-12T00:37:41.374Z (2 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
[![GitHub license](https://img.shields.io/github/license/fawno/SimpleIPTC)](https://github.com/fawno/SimpleIPTC/blob/master/LICENSE)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/fawno/SimpleIPTC)](https://github.com/fawno/SimpleIPTC/tags)
[![Packagist](https://img.shields.io/packagist/v/fawno/simpleiptc)](https://packagist.org/packages/fawno/simpleiptc)
[![Packagist Downloads](https://img.shields.io/packagist/dt/fawno/simpleiptc)](https://packagist.org/packages/fawno/simpleiptc/stats)
[![GitHub issues](https://img.shields.io/github/issues/fawno/SimpleIPTC)](https://github.com/fawno/SimpleIPTC/issues)
[![GitHub forks](https://img.shields.io/github/forks/fawno/SimpleIPTC)](https://github.com/fawno/SimpleIPTC/network)
[![GitHub stars](https://img.shields.io/github/stars/fawno/SimpleIPTC)](https://github.com/fawno/SimpleIPTC/stargazers)# SimpleIPTC
Simple PHP class for IPTC documents
## Instalation
```sh
php composer.phar require "fawno/simpleiptc"
``````php