tintage / tintage-php
Image and video rendering platform SDK.
dev-main
2026-01-12 04:20 UTC
Requires
- php: ^7.4|^8.0
Requires (Dev)
- phpunit/phpunit: ^9.0
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.
- Website: https://tintage.com
- Documentation: https://tintage.com/docs
Installation
composer require tintage/tintage
Usage
<?php require 'vendor/autoload.php'; use Tintage\Tintage; echo Tintage::VERSION;
License
MIT