classes and tools for cmsx

Installs: 32

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/bitworker/cmsx

dev-main 2025-02-12 07:10 UTC

This package is auto-updated.

Last update: 2025-12-12 08:59:26 UTC


README

cmsx version

Todo: add more stuff to this class

Class: Logging

Usage:

// Namespace
use Bitworker\Cmsx\Logging;


$bw = new Logging();
$bw->filelog = true;
$bw->log("55555", "TEST", "SUCCESS");