简体   繁体   中英

whatsapp/chat-api v3.2.0.1 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system

I am installing guzzle on my laravel application. But before, guzzle requires whatsapp/chat-api. When i install whatsapp/chat-api by composer require whatsapp/chat-api , it throws the error

whatsapp/chat-api v3.2.0.1 requires ext-mcrypt * -> the requested PHP extension mcrypt is missing from your system.

However, i have extension=mcrypt.so in my php.ini for my php. My PHP version is 7.2.1

Why am i still getting the error above even after including extension=mcrypt.so in my php.ini ?

WhatsApp API在2016年并获得支持,因此您无法使用此软件包,但可以使用twillo API从WhatsApp发送和接收消息

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM