LogHub is a cloud logging platform to aggregate your logs from all your projects.
require __DIR__ . '/vendor/autoload.php';
use LogHub\LogHub;
LogHub::init('API_KEY');
$logId = LogHub::log(
'group-1',
'my actual log content, string, array, class instance or json'
);
The recommended way to install LogHub PHP is through Composer.
composer require oneawebmarketing/loghub-php
If you discover a security vulnerability within this package, please send an email to [email protected]. All security vulnerabilities will be promptly addressed. Please do not disclose security-related issues publicly until a fix has been announced.
This repository is made available under the MIT License (MIT). Please see License File for more information.