pocketarc / laravel-integrations-adapters
Adapter implementations for pocketarc/laravel-integrations.
Package info
github.com/pocketarc/laravel-integrations-adapters
pkg:composer/pocketarc/laravel-integrations-adapters
1.3.1
2026-04-11 12:35 UTC
Requires
- php: ^8.3
- knplabs/github-api: ^3.16
- php-http/guzzle7-adapter: ^1.0
- pocketarc/laravel-integrations: ^1.8
- spatie/laravel-data: ^4.0
- thecodingmachine/safe: ^3.3
- zendesk/zendesk_api_client_php: ^4.1
Requires (Dev)
- captainhook/captainhook: ^5.28
- ergebnis/phpstan-rules: ^2.6
- korbeil/phpstan-generic-rules: ^2.0
- larastan/larastan: ^3
- laravel/pint: ^1.24
- orchestra/testbench: ^10.0|^11.0
- php-http/mock-client: ^1.6
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/phpunit: ^12.0
- shipmonk/phpstan-rules: ^4.1
- spaze/phpstan-disallowed-calls: ^4.9
- thecodingmachine/phpstan-safe-rule: ^1.4
- tomasvotruba/cognitive-complexity: ^1.1
This package is auto-updated.
Last update: 2026-04-11 12:42:08 UTC
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.