jurager/microservice

Microservice communication SDK for Laravel

Maintainers

Package info

github.com/Jurager/microservice

pkg:composer/jurager/microservice

Transparency log

Statistics

Installs: 1 955

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0 2026-06-29 06:38 UTC
Deleted by maintainer on 2026-06-29 10:05:53 UTC

This package is auto-updated.

Last update: 2026-08-25 07:08:36 UTC


README

Latest Stable Version Total Downloads PHP Version Require License

A Laravel package for secure communication between microservices.

Features:

  • ECDSA-signed requests for internal service authentication — trust is anchored to a cluster CA
  • Service discovery via shared cache manifests or DNS pattern (Kubernetes-ready)
  • Route manifest publishing and gateway proxying
  • Idempotency support for non-safe requests (POST, PUT, PATCH)
  • Event bus over RabbitMQ with signed envelopes, confirmed delivery and dead-letter routing

Requirements

  • PHP 8.4+
  • Laravel 13.17+
  • Cache (Redis, Memcached, DynamoDB, or Database)
  • Guzzle 7+
  • RabbitMQ 3.8+ (only when the event bus is used)

Installation

To install, configure and learn how to use please go to the Documentation.

License

This package is open-sourced software licensed under the MIT license.