2017 © Pedro Peláez
 

library loglet

loglet.io - Encrypted Log Management System

image

unloq/loglet

loglet.io - Encrypted Log Management System

  • Tuesday, August 22, 2017
  • by florinppopescu
  • Repository
  • 1 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Loglet.io - Encrypted Log Management System

Simple library to connect to Loglet.io API and save encrypted logs., (*1)

Instalation

$ composer require unloq/loglet, (*2)

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, (*3)

License

MIT license. Please see LICENSE for more, (*4)

The Versions

22/08 2017

dev-master

9999999-dev https://www.loglet.io

loglet.io - Encrypted Log Management System

  Sources   Download

The Requires

 

The Development Requires

by Florin Popescu

logger psr logging two factor unloq

22/08 2017

1.0.0.x-dev

1.0.0.9999999-dev https://www.loglet.io

loglet.io - Encrypted Log Management System

  Sources   Download

The Requires

 

The Development Requires

by Florin Popescu

logger psr logging two factor unloq