定制 zoparga/billingo-laravel 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

zoparga/billingo-laravel

最新稳定版本:0.9

Composer 安装命令:

composer require zoparga/billingo-laravel

包简介

Simple wrapper package for Billingo invoice app API

README 文档

README

This is an API wrapper for Billingo

Installation

You can install the package via composer:

composer require zoparga/billingo-laravel

Publish config file

php artisan vendor:publish --provider="zoparga\BillingoLaravel\BillingoLaravelServiceProvider" --tag="config"

You get a new config file with the name of billingo-laravel.

Add your API key here, or you can extend you .env file:

BILLINGO_API_KEY=""
BILLINGO_INVOICE_BLOCK_ID=""
BILLINGO_RECEIPT_BLOCK_ID=""

Need to fill before live

Docs are low, but examples are full!

Please check the following docs folder under __docs.

Examples

Please check the examples under _examples folder.

Variables, to use

Please check the examples under __docs/variables_to_use folder.

TODO

Invoice (document)

  • cancel document
  • save sent data to local database
  • interval check, to keep sync Billingo & local db data
  • proper logging

Credits

License

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

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2022-09-05