pocketarc/laravel-integrations

Production-ready third-party integrations for Laravel. Credential management, API request logging, rate limiting, sync scheduling, OAuth2, and health monitoring.

Maintainers

Package info

github.com/pocketarc/laravel-integrations

pkg:composer/pocketarc/laravel-integrations

Statistics

Installs: 139

Dependents: 1

Suggesters: 0

Stars: 0

Open Issues: 0

1.8.0 2026-04-11 02:17 UTC

README

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

A Laravel 11-13 package for production-ready third-party integrations. Provides the connection layer between your app and external APIs.

  • Credential management (encrypted at rest)
  • API request logging
  • Rate limiting
  • Retry logic
  • Sync scheduling
  • OAuth2
  • Health monitoring
  • Webhook handling
  • ID mapping

Installation

composer require pocketarc/laravel-integrations
php artisan vendor:publish --tag=integrations-config
php artisan vendor:publish --tag=integrations-migrations
php artisan migrate

Documentation

Full documentation is available at laravel-integrations docs.

Official adapters

The companion package pocketarc/laravel-integrations-adapters provides ready-to-use adapters for GitHub and Zendesk, with more planned.

Contributing

Bug fixes and maintenance PRs are welcome. For new features, please open an issue first so we can discuss the approach before you put in the work.

License

MIT. See LICENSE for details.