hafael/autum-platform-sdk 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

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

hafael/autum-platform-sdk

最新稳定版本:v0.0.5

Composer 安装命令:

composer require hafael/autum-platform-sdk

包简介

README 文档

README

Latest Stable Version Latest Unstable Version Total Downloads License

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.

  1. Download Composer if not already installed

  2. On your project directory run on the command line composer require "hafael/autum-platform-sdk"

  3. 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:

📜 License

MIT license. Copyright (c) 2023 - Rafael / Autum For more information, see the LICENSE file.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-01-25