tomzx / msn-log-parser
Parse MSN log files in text and html format.
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 3
pkg:composer/tomzx/msn-log-parser
Requires
- php: >=5.4.0
Requires (Dev)
- phpunit/phpunit: ~4
This package is auto-updated.
Last update: 2025-10-10 09:33:13 UTC
README
MSN Log Parser is a small library which aims to provide a way to parse MSN Messenger logs (both text and HTML) and convert the logs into a format that is easier to digest (JSON).
Notes
Text format
The library currently assumes that it will be fed text logs encoded using Windows-1252.
HTML format
The library currently assumes that it will be fed HTML logs encoded using UTF-16LE.
License
The code is licensed under the MIT license. See LICENSE.