pocketarc/laravel-integrations-adapters

Adapter implementations for pocketarc/laravel-integrations.

Maintainers

Package info

github.com/pocketarc/laravel-integrations-adapters

pkg:composer/pocketarc/laravel-integrations-adapters

Statistics

Installs: 1

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.1.0 2026-04-03 13:58 UTC

This package is auto-updated.

Last update: 2026-04-04 14:55:08 UTC


README

CI Latest Version on Packagist Total Downloads PHP 8.3+ License: MIT

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.