API Middleware – a self-hosted API gateway with DLP scanning built in Laravel 11

php dev.to

got tired of paying for managed API gateways that didn't let me inspect the data flowing through them. So I built API Middleware — open source, self-hosted, one command to run. GitHub: https://github.com/joshiabir/theapimiddleware What it does API Middleware sits between your clients and your backend services. Instead of clients hitting your backend directly, they hit the gateway, which: Routes traffic based on the incoming domain Scans request and response bodies for sensitive da

Read Full Tutorial open_in_new
arrow_back Back to Tutorials