classes and tools for cmsx

Maintainers

Package info

github.com/b1tw0rker/cmsx

pkg:composer/bitworker/cmsx

Statistics

Installs: 143

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

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

This package is auto-updated.

Last update: 2026-03-12 09:30:21 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");