2017 © Pedro Peláez
 

library lemonlog-client

Lemonlog client

image

lemontech/lemonlog-client

Lemonlog client

  • Friday, June 22, 2018
  • by vladzur
  • Repository
  • 2 Watchers
  • 0 Stars
  • 1 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Lemonlog PHP Client

Install

composer require lemonlog, (*1)

Use

<?php
require 'vendor/autoload.php';

use Lemontech\Lemonlog\Client\Client;

$account = __DIR__.'/account.json';

$client = new Client([
    'application' => 'My Application',
    'tenant' => 'International Business inc.',
    'account' => $account
]);

$client->setError('warning', "Este es un warning");
$client->setWarning('test', 'Este warning si que es real');
$client->setInfo('invoice_module', 'Se ha creado una factura');

The Versions

22/06 2018

dev-master

9999999-dev

Lemonlog client

  Sources   Download

The Requires

 

by Avatar vladzur

22/06 2018

v0.1

0.1.0.0

Lemonlog client

  Sources   Download

The Requires

 

by Avatar vladzur