Skip to content

This package is a PHP wrapper for LogHub.cloud - A platform to aggregate your logs in one simple dashboard

License

Notifications You must be signed in to change notification settings

1aWebmarketing/loghub-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP wrapper for LogHub.cloud

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'
);

Installing

The recommended way to install LogHub PHP is through Composer.

composer require oneawebmarketing/loghub-php

Security

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.

License

This repository is made available under the MIT License (MIT). Please see License File for more information.

About

This package is a PHP wrapper for LogHub.cloud - A platform to aggregate your logs in one simple dashboard

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages