hotlog/php-client

1.2.0 2024-01-13 23:44 UTC

This package is not auto-updated.

Last update: 2025-06-29 06:50:44 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)