Laravel package enabling Python service integration
This package lets Laravel apps invoke FastAPI or Flask services over HTTP, run local Python scripts in a secure sandbox, and receive HMAC‑signed callbacks for async jobs. It provides a fluent PHP façade, a service registry, and hardened process execution to keep your app safe. Ideal for PHP developers who need to leverage existing Python ML or data‑processing code without leaving Laravel. Compared to ad‑hoc curl calls, it offers typed results, built‑in security, and easy async handling.
View on GitHub →laranail/python