Skip to content

oblogic7/tlog-php

Repository files navigation

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.

About

Parse MavLink tlog files in php.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published