coderjerk/nasa-php
Composer 安装命令:
composer require coderjerk/nasa-php
包简介
PHP client library for the NASA APIs
README 文档
README
A PHP Client library for the complete set of NASA Open APIs.
The project is in very early stages of development, nevertheless the classes with documentation linked below are fully functional and tested.
Not production ready until v1.0.0 comes out
Installation
Install using composer.
$ composer require coderjerk/nasa-php
Authentication
Sign up for an API Key here. Set up a .env file in your projects root (if you don't already have one). https://github.com/vlucas/phpdotenv
add the folowing details to your .env
NASA_API_KEY='xxxxxyourkeyherexxxxx'
Endpoint Documentation
Details on how to use each endpoint can be found here:
Tests
run all tests:
$ phpunit
Contribute
All contributions welcome, in whatever format. Create an issue, a pull request or email me at jerk@coderjerk.com with your idea or suggestion. Code of conduct is don't be a jerk.
License
MIT
统计信息
- 总下载量: 6
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-01