Windows Environment Installation Tutorial Composer

Source: Internet
Author: User

https://getcomposer.org/


Https://docs.phpcomposer.com/00-intro.html


1) Download Composer-setup.exe,:https://getcomposer.org/composer-setup.exe first


2) in the PHP directory, open the php.ini file and turn on the OpenSSL extension. Remove the semicolon in front of the Extension=php_openssl.dll (;)


3) Download Composer.phar and choose one of two ways

[1]. Add the PHP directory to the environment variable (and the path to the Php.exe sibling directory)

Php-r "ReadFile (' Https://getcomposer.org/installer ');" | Php

[2] Download Composer.phar Https://getcomposer.org/composer.phar

Put the Composer.phar file in the PHP directory


5) Create a new file in the Composer.phar sibling directory Composer.bat

echo @php "%~dp0composer.phar"%*>composer.bat


6) Composer-v

7) Install phpexcel, switch to the project application directory to execute

Composer require Phpoffice/phpexcel


Windows Environment Installation Tutorial Composer

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.