Skip to content

PHP Info

View the full output of phpinfo() rendered in the panel.

PHP Info

What It Shows

The complete PHP configuration output including:

  • PHP version and build info
  • Loaded extensions and their settings
  • Server API (SAPI)
  • Configuration directives (php.ini values)
  • Environment variables
  • HTTP request/response headers

API Endpoints

MethodPathDescription
GET/inspect/api/phpinfoPHP info output

INFO

The output is the same as calling phpinfo() directly, rendered as HTML within the panel iframe.

Released under the MIT License.