Skip to content

Latest commit

 

History

History
executable file
·
30 lines (18 loc) · 635 Bytes

README.md

File metadata and controls

executable file
·
30 lines (18 loc) · 635 Bytes

Build Status

PSR-4 compatible PHP package for parsing MavLink telemetry logs. Inspired by code-lever/mavlink-log.

tlog-php uses Semantic Versioning

Dependencies

PHP >= 5.6.3

Installation

$ composer install oblogic7/tlog-php

Usage

<?php

use oblogic7\Tlog\File;

$tlog = new File('/path/to/file.tlog');

$entries = $tlog->getEntries();

License

This project is licensed under the MIT license.