承接 maartendeblock/zenfactuurapi 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

maartendeblock/zenfactuurapi

最新稳定版本:v1.1.0

Composer 安装命令:

composer require maartendeblock/zenfactuurapi

包简介

PHP service to connect to the Zenfactuur API

README 文档

README

PHP service to connect to the Zenfactuur API at https://app.zenfactuur.be/api_docs/v2.en.html

##Installation

composer require maartendeblock/zenfactuurapi

##Recourses Resources are grouped. See src/Apis directory.

##Usage

// You can find the api token in the settings of ZenFactuur.
$api_token = 'YOUR API_TOKEN';

// Create an instance of the ZenFactuur Client.
$zenfactuur = new \MaartenDeBlock\ZenFactuurApi\ZenFactuurApiClient($api_token);

// Get all the customers.
$customers = $zenfactuur->Customer->getAllCustomers();

var_dump($customers);

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: GPL-3.0
  • 更新时间: 2022-03-30