oblogic7 / tlog-php
Parse MavLink telemetry logs.
dev-master
2015-12-31 18:33 UTC
Requires
- codeception/codeception: ~2.1
- nesbot/carbon: ~1.20
This package is not auto-updated.
Last update: 2024-11-09 19:22:00 UTC
README
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.