hafael/autum-platform-sdk
最新稳定版本:v0.0.5
Composer 安装命令:
composer require hafael/autum-platform-sdk
包简介
关键字:
README 文档
README
This library provides developers with a simple set of bindings to help you integrate Fitbank API to PHP website project.
💡 Requirements
PHP 7.3 or higher
🧩 API resources
| Resource | Status |
|---|---|
| User Account | ✅ |
| Notifications | ✅ |
| Contacts | ✅ |
✅ = All methods available ⌛ = Under development/testing 💻 = Awaiting contributions
📦 Installation
First time using Autum? Create your Autum account, if you don’t have one already.
-
Download Composer if not already installed
-
On your project directory run on the command line
composer require "hafael/autum-platform-sdk" -
Copy the API Key and replace API_KEY with it.
That's it! Autum Platform PHP SDK has been successfully installed.
🌟 Getting Started
Simple usage looks like:
<?php require_once 'vendor/autoload.php'; // You have to require the library from your Composer vendor folder $autumClient = new Autum\SDK\Platform\Client( 'API_KEY', 'BASE_URL', ); //Get authenticated user info $response = $autumClient->users()->getAuthenticatedUser(); var_dump($response->json()); ?>
📚 Documentation
Visit our Dev Site for further information regarding:
- Autum Platform API Docs: English
📜 License
MIT license. Copyright (c) 2023 - Rafael / Autum For more information, see the LICENSE file.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-25