jurager/microservice

Microservice communication SDK for Laravel

Maintainers

Package info

github.com/Jurager/microservice

pkg:composer/jurager/microservice

Statistics

Installs: 174

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.5 2026-03-04 07:38 UTC

This package is auto-updated.

Last update: 2026-03-04 07:39:32 UTC


README

Latest Stable Version Total Downloads PHP Version Require License

A Laravel package for secure HTTP communication between microservices.

Features:

  • HMAC-signed requests for internal service authentication
  • Service discovery via shared Redis manifests or DNS pattern (Kubernetes-ready)
  • Route manifest publishing and gateway proxying
  • Idempotency support for non-safe requests (POST, PUT, PATCH)

Requirements

  • PHP 8.2+
  • Laravel 11+
  • Redis
  • Guzzle 7+

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.