Skip to main content

Symfony Requirements

Symfony has some requirements that you need to meet before you can use it. These requirements are:

  • PHP 8.1 or higher
  • PHP extensions: ctype, iconv, PCRE, Session, SimpleXML and Tokenizer

Checking your requirements

To check if your system meets the requirements, run the following command:

symfony check:requirements

Check your Security

To check if your application is secure, run the following command:

symfony check:security