PHP Library to generate and read propresenter files (.pro, .probundle, .proplaylist)
Go to file
Thorsten Bus 4e1ac9b7ea feat(labels): add reader for global Labels file
Mirrors the Macros reader: LabelsFileReader -> LabelLibrary -> Label wraps
the protobuf ProLabelsDocument and exposes each label's name (the proto
'text' field) plus optional RGBA color with a #RRGGBB hex helper. Includes
CLI tool, PHPUnit suite against the bundled reference Labels sample, and
api/labels.md docs.
2026-05-03 20:53:45 +02:00
bin feat(labels): add reader for global Labels file 2026-05-03 20:53:45 +02:00
doc feat(labels): add reader for global Labels file 2026-05-03 20:53:45 +02:00
generated refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
proto refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
src feat(labels): add reader for global Labels file 2026-05-03 20:53:45 +02:00
tests feat(labels): add reader for global Labels file 2026-05-03 20:53:45 +02:00
.gitignore refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
AGENTS.md feat(labels): add reader for global Labels file 2026-05-03 20:53:45 +02:00
composer.json refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
composer.lock refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
phpunit.xml refactor: make repo Composer-compatible by moving php/ to root and ref/ to doc/reference_samples 2026-03-30 13:26:29 +02:00
README.md init 2026-03-01 14:17:00 +01:00