netstack-de/laravel-sevdesk-api
最新稳定版本:v0.1.6
Composer 安装命令:
composer require netstack-de/laravel-sevdesk-api
包简介
A helpful Sevdesk API client for Laravel.
README 文档
README
This package make a connection to the sevdesk api and lets you interact with it.
Installation
You can install the package via composer:
composer require netstack-de/laravel-sevdesk-api
Set your api token in the .env file like this:
SEVDESK_API_TOKEN=xxxxxxxx
Optionally you can publish the config file with:
php artisan vendor:publish --provider="NetstackDE\LaravelSevdeskApi\SevdeskApiServiceProvider" --tag="config"
This is the contents of the published config file:
return [ /* * Api token you from sevdesk. */ 'api_token' => env('SEVDESK_API_TOKEN', ''), ];
Usage
For usage instructions see the Wiki
Changelog
Please see the Releases Tab for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Credits
License
Please see License File for more information.
Laravel Package Boilerplate
This package was generated using the Laravel Package Boilerplate.
统计信息
- 总下载量: 217
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-01-20