PHPackages                             pocketarc/laravel-integrations-adapters - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. pocketarc/laravel-integrations-adapters

ActiveLibrary

pocketarc/laravel-integrations-adapters
=======================================

Adapter implementations for pocketarc/laravel-integrations.

1.0.0(1mo ago)00[1 PRs](https://github.com/pocketarc/laravel-integrations-adapters/pulls)MITPHPPHP ^8.3

Since Mar 26Pushed 1mo agoCompare

[ Source](https://github.com/pocketarc/laravel-integrations-adapters)[ Packagist](https://packagist.org/packages/pocketarc/laravel-integrations-adapters)[ RSS](/packages/pocketarc-laravel-integrations-adapters/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (11)Versions (4)Used By (0)

Laravel Integrations Adapters
=============================

[](#laravel-integrations-adapters)

[![License: MIT](https://camo.githubusercontent.com/08cef40a9105b6526ca22088bc514fbfdbc9aac1ddbf8d4e6c750e3a88a44dca/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d626c75652e737667)](LICENSE)

Adapter implementations for [`pocketarc/laravel-integrations`](https://github.com/pocketarc/laravel-integrations).

These aren't fully API-complete. They cover what's needed for the projects that use them. If you need a more complete implementation, you can extend these or build your own using the core package's contracts.

Available adapters
------------------

[](#available-adapters)

AdapterCapabilitiesZendesk`IntegrationProvider`, `HasHealthCheck`GitHub`IntegrationProvider`, `HasHealthCheck`Installation
------------

[](#installation)

```
composer require pocketarc/laravel-integrations-adapters
```

Usage
-----

[](#usage)

Register adapters in your `config/integrations.php`:

```
'providers' => [
    'zendesk' => \Integrations\Adapters\Zendesk\ZendeskProvider::class,
    'github' => \Integrations\Adapters\GitHub\GitHubProvider::class,
],
```

Or programmatically:

```
use Integrations\Facades\Integrations;

Integrations::register('zendesk', \Integrations\Adapters\Zendesk\ZendeskProvider::class);
Integrations::register('github', \Integrations\Adapters\GitHub\GitHubProvider::class);
```

Then create integrations with typed credentials and metadata:

```
use Integrations\Models\Integration;

$integration = Integration::create([
    'provider' => 'zendesk',
    'name' => 'Production Zendesk',
    'credentials' => [
        'email' => 'admin@acme.com',
        'token' => 'your-api-token',
    ],
    'metadata' => [
        'subdomain' => 'acme',
    ],
]);

// Credentials are encrypted at rest and cast to typed Data classes:
$integration->credentials->email; // 'admin@acme.com'
$integration->metadata->subdomain; // 'acme'
```

License
-------

[](#license)

MIT. See [LICENSE](LICENSE) for details.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/09f83048fb2fd781448b09e26ed424a95666bf30850b9d3945d0202b1cdcb40b?d=identicon)[pocketarc](/maintainers/pocketarc)

---

Top Contributors

[![pocketarc](https://avatars.githubusercontent.com/u/5393?v=4)](https://github.com/pocketarc "pocketarc (5 commits)")

---

Tags

laraveladaptersintegrations

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

Type Coverage Yes

### Embed Badge

![Health badge](/badges/pocketarc-laravel-integrations-adapters/health.svg)

```
[![Health](https://phpackages.com/badges/pocketarc-laravel-integrations-adapters/health.svg)](https://phpackages.com/packages/pocketarc-laravel-integrations-adapters)
```

###  Alternatives

[dragon-code/laravel-deploy-operations

Performing any actions during the deployment process

240173.5k2](/packages/dragon-code-laravel-deploy-operations)[relaticle/custom-fields

User Defined Custom Fields for Laravel Filament

15828.6k](/packages/relaticle-custom-fields)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

188.5k](/packages/tarfin-labs-event-machine)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)[a2insights/filament-saas

Filament Saas for A2Insights

161.1k](/packages/a2insights-filament-saas)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
