Skip to content

lifankohome/slog-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slog-php

Slog Library in php

Installation

composer require lifanko/slog

Usage

Send a real time log.

<?php

use lifanko\Slog;

Slog::log('Hello World');

Slog::log(12345.6789);

Slog::log([1, 2, 3, 4, 5, '67890']);

Slog::log([
    'name' => 'slog',
    'function' => 'send real time log',
    'author' => [
        'name' => 'lifanko',
        'repository' => 'https://github.com/lifankohome/slog-php'
    ]
]);

Slog Client

Slog Tool: https://github.com/lifankohome/slog-tool

Slog Server

Slog Server: https://github.com/lifankohome/slog-server

About

Slog Library in php

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages