jurager/microservice

Microservice communication SDK for Laravel
2,155
Install
composer require jurager/microservice
PHP:^8.4
License:MIT
Last Updated:Sep 9, 2026
Links: GitHub  ·  Packagist
Maintainer: Jurager

Jurager/Microservice

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.

Related Packages

overtrue/laravel-wechat

微信 SDK for Laravel

1,880,006 2,897
zgldh/qiniu-laravel-storage

Qiniu Resource (Cloud) Storage SDK for Laravel 5/6/7/8/9

399,766 515
aws/aws-sdk-php-laravel

A simple Laravel 9/10/11/12/13 service provider for including the AWS SDK for PH...

40,701,246 1,716
prettus/laravel-validation

Laravel Validation Service

11,913,613 406