> For the complete documentation index, see [llms.txt](https://docs.svrunit.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.svrunit.com/assertions/php-modules.md).

# 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.

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