vankevych/timechimp-sdk 问题修复 & 功能扩展

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

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

vankevych/timechimp-sdk

Composer 安装命令:

composer require vankevych/timechimp-sdk

包简介

This is a package that allows you to call the API of TimeChimp

README 文档

README

Latest Version on Packagist Software License Build Status Quality Score Total Downloads

This is a package that allows you to call the API of TimeChimp, please see their documentation for more information

Installation

You can install the package via compose:

composer require time-chimp/timechimp-sdk

Usage

To use this package you need to instantiate a new request like so:

<?php

$request = new \Guapa\TimeChimp\UsersRequest;
$request->setAccessToken('abcde');

/** @var \GuzzleHttp\Psr7\Response $response */
$response = $request->getAll();

$users = json_decode($response->getBody(), true);

You need to add the access token after creating the instance of the request. This is done so the requests can be loaded using Dependency Injection

Available requests are:

  • Customers
  • Expenses
  • Invoices
  • Mileage
  • Projects
  • Project notes
  • Time entries
  • Users

See the official documentation for more information: https://timechimp.docs.apiary.io/#

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-21