patrickjanzen/github_action_tools

Installs: 7

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/patrickjanzen/github_action_tools

v1.0.3 2024-04-05 13:15 UTC

This package is auto-updated.

Last update: 2025-10-05 16:26:47 UTC


README

Helper Library for GitHub actions written in PHP

only feature so far:

Logger class for GitHub:

$logger->debug('Hello World');
$logger->notice('Hello World', filename: 'Test.php', line: 12);

leads to the output of:

::debug::Hello World
::notice file=Test.php,line=12::Hello World