Blogger Information
Blog 145
fans 7
comment 7
visits 164102
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
PHP扩展:Composer组件的安装和使用
李东亚¹⁸⁰³⁹⁵⁴⁰¹²⁰
Original
1694 people have browsed it

一、关于composer安装

1、下载:https://www.phpcomposer.com/ windows版下载exe可执行文件直接安装(配置php环境变量)
2、升级更新:
(1)清除缓存:composer clear-cache
(2)升级composer: composer selfupdate
3、切换阿里云composer中国全量镜像:
composer config -g repo.packagist composer https://mirrors.aliyun.com/composer/

二、关于composer组件的命令:

1、搜索(很少使用,一般从网站搜索:):composer search 包名
2、安装包:composer install\require 包名(install从composer.json中加载安装)
3、删除包:composer remove 包名
4、打包组件:composer archive
5、自动加载映射:composer dump-autoload或者composer dump
6、安装项目:composer create-project 包名 安装目录
7、更新:修改composer.json、交互composer initcomposer update 包名 ;

命令 作用
composer search 包名 搜索(很少使用,一般从网站搜索:)
composer install/require 包名 安装(install从composer.json中加载安装)
composer update 包名 更新组件包
composer remove 包名 移除包
composer dump 自动加载映射
composer create-project 包名 安装目录 安装项目到目录
composer archive 打包组件

三、组件的使用

1、框架组成:入口文件(index.php)、核心组件目录(core){启动类和mv和公共函数}、vender(组件目录和组件自动加载器)、控制器文件(web\controller)、view视图文件、composer.json和composer.lock;

四、composer安装成功展示:

Correcting teacher:天蓬老师天蓬老师

Correction status:qualified

Teacher's comments:这些国内镜像站, 他们的与主站的同步时间不同, 有的60s, 有的12小时, 要注意, 首选大厂的, 例外阿里, 腾讯 华为云,但阿里的常常挂掉, 所以其它公益站也要关注 一下
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post