承接 exlo89/laravel-sevdesk-api 相关项目开发

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

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

exlo89/laravel-sevdesk-api

最新稳定版本:v1.0.4

Composer 安装命令:

composer require exlo89/laravel-sevdesk-api

包简介

A helpful Sevdesk API client for Laravel.

README 文档

README

Latest Version on Packagist Total Downloads Test

If you need help or you want to work with me, please visit my website and contact me. This package make a connection to the sevdesk api and let you interact with it.

Sevdesk API Documentation

Documentation

Installation

You can install the package via composer:

composer require exlo89/laravel-sevdesk-api

Set your api token with

SEVDESK_API_TOKEN=xxxxxxxx

Optionally you can publish the config file with:

php artisan vendor:publish --provider="Exlo89\LaravelSevdeskApi\SevdeskApiServiceProvider" --tag="config"

Usage

First Instantiate a sevdesk instance and then fetch all the data.

$sevdeskApi = SevdeskApi::make();
$sevdeskApi->invoice()->allDraft();

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

Security

If you discover any security related issues, please email hello@martin-appelmann.de instead of using the issue tracker.

Credits

License

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

Laravel Package Boilerplate

This package was generated using the Laravel Package Boilerplate.

统计信息

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

GitHub 信息

  • Stars: 10
  • Watchers: 1
  • Forks: 14
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2021-04-02