# Zen Firewall for PHP

[Zen Firewall by Aikido](https://www.aikido.dev/zen) helps protect your application by blocking common attacks and unsafe behavior at runtime, with controls you can tune per app and environment. Use the guides below to install and set it up.

## Frameworks

{% content-ref url="/pages/dnu3lJYpnE1c04iVwbkp" %}
[PHP Framework Laravel](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/laravel.md)
{% endcontent-ref %}

{% content-ref url="/pages/lyvoVQk98GTYE6ZrVoJH" %}
[PHP Framework Symfony](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/symfony.md)
{% endcontent-ref %}

{% content-ref url="/pages/h0YAirVRFB4Afqr0vl9f" %}
[PHP Generic](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/generic-php.md)
{% endcontent-ref %}

## FrankenPHP

{% content-ref url="/pages/VJrQCwLkSvLXBXM4oE8Q" %}
[FrankenPHP classic](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/frankenphp-classic.md)
{% endcontent-ref %}

{% content-ref url="/pages/sDrY3QQg88oiGRfvVage" %}
[FrankenPHP worker](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/frankenphp-worker.md)
{% endcontent-ref %}

{% content-ref url="/pages/pPyRxk1mTsKf3gdKtAgA" %}
[FrankenPHP (Laravel Octane)](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/frankenphp-laravel-octane.md)
{% endcontent-ref %}

## Cloud & OS

{% content-ref url="/pages/rsRpR3Trr3xv0Gxzg8ob" %}
[PHP on Laravel Forge](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/laravel-forge.md)
{% endcontent-ref %}

{% content-ref url="/pages/0Pxh9J8WF5b7iovRf1aX" %}
[PHP on Fly.io](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/fly-io.md)
{% endcontent-ref %}

{% content-ref url="/pages/VgOOTi6ibx0T19QLAhtI" %}
[PHP on AWS Elastic Beanstalk](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/aws-elastic-beanstalk.md)
{% endcontent-ref %}

{% content-ref url="/pages/S52NymFXYr1kViU9Buo6" %}
[PHP on Caddy with PHP-FPM](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/caddy-php-fpm.md)
{% endcontent-ref %}

{% content-ref url="/pages/Bf19rZLEGK4vBH77vpXE" %}
[PHP on Apache (mod\_php)](/zen-firewall/zen-installation-instructions/zen-firewall-for-php/apache-mod-php.md)
{% endcontent-ref %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://help.aikido.dev/zen-firewall/zen-installation-instructions/zen-firewall-for-php.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
