happones/facturama-php-sdk
Composer 安装命令:
composer require happones/facturama-php-sdk
包简介
Facturama PHP SDK
关键字:
README 文档
README
Facturama SDK PHP
[NOTE] This document is also available in Spanish
This library requires PHP 7.1 as minimum
How do I install it?
composer require happones/facturama-php-sdk
Including the Lib
It includes the library to your project
require __DIR__.'/vendor/autoload.php';
Start the development!
Create an instance of Facturama\Client class
Example:
$facturama = new \Facturama\Client('USER', 'PASSWORD');
With this client you can start working, at this step your are ready to make API calls on behalf of the user.
API operations
- Create, get, cancel CFDIs; download XMLs and PDFs and send them by email;
- Check profile and current subscription;
- Logo and digital certificates uploading;
- CRUDs for Product, Customer, Branch office and series.
All operations will be reflected on Facturama's web app.
Mult-issuer API operations
- Create, get, cancel CFDIs; download XMLs and PDFs;
- CRUD for digital sign certificates ("CSD", "Certificados de los Sellos Digitales").
These operations will not be reflected on Facturama's web app.
With this client you can start to work, in this step you're ready to make API calls on behalf of the user.
Examples
Don't forget to check out our examples codes in the examples directory
I want to contribute!
That is great! Just fork the project in GitHub, create a topic branch, write some code, and add some tests for your new code.
Thanks for helping!
Contributing:
统计信息
- 总下载量: 122
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2020-11-04