那些 PHP 开发者可能用得上的工具,今天学技巧就给大家整理整理,希望对于php初学者来说还是老手,还是正在学习提升中的朋友们都有所帮助。都说php是最好的开发语言,我信,你们信吗?
PHP 函数的 JavaScript 实现
module.exports = function array_sum (array) { // eslint-disable-line camelcase
Underscore.js 的 PHP 版
function __($item=null) {
自动生成 gitignore 文件
https://www.gitignore.io/api/laravel# Created by https://www.gitignore.io/api/laravel### Laravel ###
爬虫组件
composer global require slince/spider *@dev
简单、 灵活、强大的 PHP 采集工具
use QL\QueryList;//采集某页面所有的图片$data = QueryList::Query('http://cms.querylist.cc/bizhi/453.html',array( //采集规则库
在线测试代码
$array=[
中文转拼音工具
//https://hellogithub.com/category/PHP%20%E9%A1%B9%E7%9B%AE/use Overtrue\Pinyin\Pinyin;
美化 curl
$ git clone https://github.com/talhasch/php-httpstat$ cd php-httpstat
在线正则表达式测试
在线测试 redis
在线练习 git
检测 PHP 应用的代码复杂度
composer global require 'phploc/phploc=*'$ phploc src
php http 请求工具
$response = Zttp::withHeaders(['Fancy' => 'Pants'])->post($url, [ 'foo' => 'bar', 'baz' => 'qux',
任务管理
composer global require consolidation/roboclass RoboFile {/**
phpstorm 技巧
php ai
composer require php-ai/php-ml
PHP driver for FFMpeg
$ffmpeg = FFMpeg\FFMpeg::create();
编码格式化工具
//wget http://get.sensiolabs.org/php-cs-fixer.phar -O php-cs-fixercurl http://get.sensiolabs.org/php-cs-fixer.phar -o php-cs-fixersudo chmod a+x php-cs-fixer
php medoo
composer require catfan/Medoo// 如果你通过 composer 安装, 只需在项目的开始部分加上此代码即可自动加载。require 'vendor/autoload.php';
在线文档分享工具
composer create-project showdoc/showdoc
通过这些php开发者常用的工具,不知道大家GET到没有,如果有需要自行收藏吧,很多东西都是来自php前辈们整理出来的笔记。此文为看点(小果果王慕辰)原创内容,特此声明
本文暂时没有评论,来添加一个吧(●'◡'●)