Open In App

How to enable PHP’s openssl extension to install Composer ?

To perform the secure HTTPS transfers you will need to enable the openssl extension then you have to install the composer. In this article, we will cover the enabling openssl for XAMPP as well as WAMP one by one then we will install the composer.

Enable PHP’s openssl extension on XAMPP:



Enable PHP’s openssl extension on WAMP:

Note: You can also enable openssl on WAMP by going in the php.ini file.



Install Composer: After following the above steps for enabling the openssl, you can follow the following steps to install Composer

Article Tags :