@yaojingquek@gmail.com the problem is obvious - you didn't enable extension.
run it terminal
php -r "var_dump(extension_loaded('mailparse'));"
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
Hi all, I want to composer install in the code but I get the error like below. I already enable the extension in php.ini but it still did not work Does anyone know who to solve this error?
Problem 1 - Root composer.json requires php-mime-mail-parser/php-mime-mail-parser ^7.0 -> satisfiable by php-mime-mail-parser/php-mime-mail-parser[7.0.0]. - php-mime-mail-parser/php-mime-mail-parser 7.0.0 requires ext-mailparse * -> it is missing from your system. Install or enable PHP's mailparse extension.
To enable extensions, verify that they are enabled in your .ini files:
- D:\wamp64\bin\php\php7.3.21\php.ini
You can also run php --ini inside terminal to see which files are used by PHP in CLI mode.
Please or to participate in this conversation.