factomos/factomos-php
最新稳定版本:1.0.8
Composer 安装命令:
composer require factomos/factomos-php
包简介
PHP library for the Factomos API.
README 文档
README
Factomos is an invoicing tool (B2B SaaS) available at [https://factomos.com]. This library is a PHP Client for the Factomos API. With it you can create invoices, estimates, send them, etc ...
The full API documentation is available at [https://factomos.docs.apiary.io/]
Installation
Official installation method is via composer and its packagist package factomos/factomos-php.
$ composer require factomos/factomos-php
Usage
The simplest usage of the library would be as follows:
<?php require_once __DIR__ . '/vendor/autoload.php'; $factomosApiToken = 'my-api-token'; $factomosClient = new Factomos\ApiClient([ 'FACTOMOS_API_TOKEN' => $factomosApiToken, ]); $myInvoicesList = $factomosClient->listInvoices();
统计信息
- 总下载量: 5.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2019-12-19