From afb6dbf98dad1dae04bba8aa94089ded12eb9449 Mon Sep 17 00:00:00 2001 From: pengshiyu <1940607002@qq.com> Date: Sun, 19 Jun 2022 22:28:27 +0800 Subject: [PATCH] fix --- doc/index.md | 2 ++ doc/php.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/doc/index.md b/doc/index.md index aa5adbf..46e9b37 100644 --- a/doc/index.md +++ b/doc/index.md @@ -77,6 +77,8 @@ Logo:https://www.logoly.pro/ [ngrok](https://ngrok.com/) 内网穿透工具 +[阿里巴巴开源镜像站-OPSX镜像站-阿里云开发者社区](https://developer.aliyun.com/mirror/) + ## 学习资料: 2022 黑马程序员 Java 学习路线图 diff --git a/doc/php.md b/doc/php.md index 21b34b6..c61c418 100644 --- a/doc/php.md +++ b/doc/php.md @@ -8,6 +8,14 @@ [PHP 手册](https://www.php.net/manual/zh/index.php) +Composer: A Dependency Manager for PHP +- [https://getcomposer.org/](https://getcomposer.org/) +- [Composer 中文文档](https://www.w3cschool.cn/composer/) +- [Composer 中文网 / Packagist 中国全量镜像](https://www.phpcomposer.com/) +- [阿里云 Composer 全量镜像](https://developer.aliyun.com/composer) + +[Packagist](https://packagist.org/) The PHP Package Repository + [PHP 零基础入门到精通教程(P3 核心编程技术)](https://www.bilibili.com/video/BV1jx411M7B7) -- GitLab