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)
- PHP 8.2+
- Laravel 11+
- Redis
- Guzzle 7+
To install, configure and learn how to use please go to the Documentation.
This package is open-sourced software licensed under the MIT license.