For the complete documentation index, see llms.txt. This page is also available as Markdown.

PHP Modules

This type of assertions is a quick way to verify if a certain PHP module is installed and active. Just use the lowercase name of the module to verify against.

php_module:
     - name: "PHP Module installed: intl"
       module: "intl"

Last updated