pocketarc/laravel-integrations-adapters
最新稳定版本:2.2.2
Composer 安装命令:
composer require pocketarc/laravel-integrations-adapters
包简介
Adapter implementations for pocketarc/laravel-integrations.
README 文档
README
Adapter implementations for pocketarc/laravel-integrations. These aren't fully API-complete. They cover what's needed for the projects that use them. You can extend them or build your own using the core package's contracts.
Installation
composer require pocketarc/laravel-integrations-adapters
Register adapters in config/integrations.php:
'providers' => [ 'zendesk' => \Integrations\Adapters\Zendesk\ZendeskProvider::class, 'github' => \Integrations\Adapters\GitHub\GitHubProvider::class, ],
Available adapters
| Adapter | Docs |
|---|---|
| GitHub | README |
| Zendesk | README |
License
MIT. See LICENSE for details.
统计信息
- 总下载量: 30
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2026-03-28