unloq / loglet
loglet.io - Encrypted Log Management System
Installs: 23
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/unloq/loglet
Requires
- php: >=5.6
- guzzlehttp/guzzle: ~6.0
Requires (Dev)
- phpunit/phpunit: 5.7
This package is not auto-updated.
Last update: 2025-10-18 20:47:27 UTC
README
Simple library to connect to Loglet.io API and save encrypted logs.
Instalation
$ composer require unloq/loglet
Basic usage
<?php use Unloq\Loglet; $logger = new Loglet( 'App-Name', 'bearer-key-generated-inside-loglet-account-for-each-app'); $data = [ 'firstKey' => 'firstValue', 'secondKey' => 'secondValue' ]; $logger->log('Application started', 'WARN', $data);
Requirements
- PHP >= 5.6
- GuzzleHttp
Author
Florin Popescu - florin@ltsdevelopment.com - http://www.ltsdevelopment.com
License
MIT license. Please see LICENSE for more