tintage/tintage-php

Image and video rendering platform SDK.

Maintainers

Package info

github.com/TintageHQ/tintage-php

Homepage

pkg:composer/tintage/tintage-php

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 1

Open Issues: 0

dev-main 2026-01-12 04:20 UTC

This package is not auto-updated.

Last update: 2026-04-07 03:54:21 UTC


README

Tintage library for PHP - Image and video rendering platform SDK.

⚠️ Warning: This package is not ready for production use. It is currently under active development.

Installation

composer require tintage/tintage

Usage

<?php

require 'vendor/autoload.php';

use Tintage\Tintage;

echo Tintage::VERSION;

License

MIT