php编程软件(php文件编辑器)

在常规PHP项目中需要使用的工具,本人常用工具:

一、远程连接工具

1.FinalShell

http://www.hostbuf.com/t/988.html
php编程软件(php文件编辑器)

2.PuTTY

https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html

3.Xshell

https://www.netsarang.com/zh/xshell

1.sublime

https://www.sublimetext.com/3

插件教程:

https://www.jianshu.com/p/edbc2a13494b

2.PhpStorm

https://www.jetbrains.com/phpstorm/download/#section=windows

三、FTP工具

FileZilla Client

https://filezilla-project.org/download.php

四、php环境

1.Wampserver(需要翻墙下载)

https://sourceforge.net/projects/wampserver/

2.phpstudy

https://www.xp.cn

3.XAMPP

https://www.apachefriends.org/index.html

五、协同工具

1.

(1)、Git(命令行)

https://git-scm.com/downloads

(2)、TortoiseGit(面板式)

https://tortoisegit.org/download/

2.TortoiseSVN

https://tortoisesvn.net/downloads.zh.html

六、切换host工具

SwitchHost(安装后,请注意C:\Windows\System32\drivers\etc下host下的文件,运行请使用超级管理权限)

https://oldj.github.io/SwitchHosts/

七、数据库工具

Navicat

https://www.navicat.com.cn/products

八、其它工具

1.composer

https://getcomposer.org/download/

2.yarn

https://yarnpkg.com/zh-Hans/docs/install#windows-stable

3.node

https://nodejs.org/zh-cn/download/

结合经验:

远程连接:

FinalShell(可查看服务器的相关运行的参数,而且可以当成FTP工具使用,有目录结构)

PHP环境:

phpstudy(快速创建站点,虚拟host配置,运行PHP、Mysql、Apache、Nignx环境,该软件好处,环境自由切换)

协同工具:

初学者选择TortoiseSVN,做为协同工具最合适不过,假如后期发展,建议学习Git

切换host:

SwitchHost!方便本地虚拟域名的切换

数据库工具:Navicat

其它工具建议安装,方便后期使用。

发表评论

登录后才能评论