OS

Uptime: {{ uptime.uptime|raw }}
Idle time: {{ uptime.idletime|raw }}

User: {{ uid }}
Group: {{ euid }}
Effective User: {{ euid }}
Effective Group: {{ euid }}

openssl_random_pseudo_bytes():  {%- if openssl_strong -%} Strong {%- else -%} Weak/broken {%- endif -%}

Timestamps

PHP: {{ timestamp_php }}
DB: {{ timestamp_db }}

PHP

PHP Version: {{ php_version }}
Toggle PHP Info
{{ phpinfo|raw }}

Git

Branch: {{ git_branch }}
Local Hash: {{ git_hash }}
Remote Hash: {{ git_hash_remote }}

Tables lacking a primary key

{% if no_pk is empty %}

All tables have a primary key defined

{% else %} {% endif %}

Composer

Composer Version: {{ composer_version }}
{% for p in package %} {% endfor %}
Package Requirement Installed
{{ p.name }} {{ p.require }} {{ p.installed }}

Phinx

{{ phinx.version }}
{% for m in phinx.migration %} {% endfor %}
Status Migration ID Migration Name
{{ m.migration_status }} {{ m.migration_id }} {{ m.migration_name }}