PHPackages                             cheukpang/think-slog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Logging &amp; Monitoring](/categories/logging)
4. /
5. cheukpang/think-slog

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

cheukpang/think-slog
====================

useful debug tool base on socket log

1531PHP

Since Jan 9Pushed 9y ago1 watchersCompare

[ Source](https://github.com/xcorp1986/think-slog)[ Packagist](https://packagist.org/packages/cheukpang/think-slog)[ RSS](/packages/cheukpang-think-slog/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

think-slog
==========

[](#think-slog)

[![Build Status](https://camo.githubusercontent.com/10628a22e89def2c3a49872c0e8164c017f657a915fa581897901f8bed2ec6ab/68747470733a2f2f7472617669732d63692e6f72672f78636f7270313938362f7468696e6b2d736c6f672e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/xcorp1986/think-slog)

useful debug tool base on socket log

### REQUIREMENT

[](#requirement)

- nodejs LTS is `recommend`
- chrome extension(file 'chrome.crx' in `resource` folder)
- additional port `1229` and port `1116` is required,please check your firewall and add it in whitelist

### INSTALL

[](#install)

- installation is very simply via [composer](https://getcomposer.org/)

```
    composer install cheukpang/think-slog --save
```

### HOWTO

[](#howto)

> install socketlog-server and run it

```
npm install -g socketlog-server
```

> Run socketlog-server in windows CMD or Linux Shell

```
socketlog-server
```

> debug like follow in php where you want

```
