定制 ivanstan/tle-php 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

ivanstan/tle-php

最新稳定版本:2.0.0

Composer 安装命令:

composer require ivanstan/tle-php

包简介

TLE Framework written in PHP and client to NASA TLE API.

README 文档

README

packagist licence

Client for NASA TLE API (http://api.nasa.gov/) and TLE framework implemented in php.

About

The TLE API provides up to date two line element set records, the data is updated daily from CelesTrak and served in JSON format. A two-line element set (TLE) is a data format encoding a list of orbital elements of an Earth-orbiting object for a given point in time. For more information on TLE data format visit Definition of Two-line Element Set Coordinate System.

Installation

composer require ivanstan/tle-php

Usage

use Ivanstan\Tle\Api;

$client = new Api();

$tle = $client->get(25544);

$tle->getLine1();
$tle->getLine2();

统计信息

  • 总下载量: 486
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 2
  • Forks: 1
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2020-01-08