hotlog/php-client

Hotlog php client

Installs: 461

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/hotlog/php-client

1.2.0 2024-01-13 23:44 UTC

This package is not auto-updated.

Last update: 2025-12-14 08:54:12 UTC


README

composer require hotlog/php-client

Usage

  1. Set the required ENV variables
HOTLOG_ENABLED=1
HOTLOG_URL='http://localhost:8090'
HOTLOG_CLIENT_ID='my_php_project'
HOTLOG_CLIENT_NAME='my_php_project'
HOTLOG_CLIENT_COLOR='#526CEB'
  1. Log

hotlog('My string')

hotlog($object)