fawno / SimpleIPTC

Simple PHP class for IPTC documents

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GitHub license GitHub tag (latest SemVer) Packagist Packagist Downloads GitHub issues GitHub forks GitHub stars

SimpleIPTC

Simple PHP class for IPTC documents

Instalation

php composer.phar require "fawno/simpleiptc"
<?php
  require 'vendor/autoload.php';

  use SimpleIPTC\SimpleIPTC;

About

Simple PHP class for IPTC documents

License:MIT License


Languages

Language:PHP 100.0%