bisual/eslint-config-php
Composer 安装命令:
composer require bisual/eslint-config-php
包简介
Bisual eslint config for PHP projects
README 文档
README
Installation
1.Install dependency
Run the following command in the terminal to install the necessary dependencies:
composer require bisual/eslint-config-php --dev
2.Linter Configuration
Create a file named .php-cs-fixer.php in the root of the project and add the following content:
<?php namespace Bisual\LintConfigPhp; use Bisual\LintConfigPhp\CodingStyle; return CodingStyle::getConfig();
In the CodingStyle::getConfig() function, you can provide parameters to configure the formatter. It is passed as a parameter an array with the following options:
- $disabled_rules (array): Rules to be disabled.
- $routes (array): Routes of the files to be formatted.
- $exclude_files (array): Files to be excluded from formatting.
3.Install a Formatter Extension
Install the junstyle.php-cs-fixer extension in Visual Studio Code.
Tip
To facilitate the installation of the formatter extension in Visual Studio Code for new contributors, you can create an extensions.json file in the .vscode folder with the following content:
{
"recommendations": ["junstyle.php-cs-fixer"]
}
4.Automatic Formatting Configuration
To enable automatic code formatting on save, follow these steps:
- Create a folder named .vscode in the root of the project.
- Inside the .vscode folder, create a file named settings.json.
- Add the following content to the settings.json file:
{
"[php]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "junstyle.php-cs-fixer"
},
"php-cs-fixer.onsave": true,
"php-cs-fixer.formatHtml": true,
"php-cs-fixer.executablePath": "${workspaceFolder}/vendor/bin/php-cs-fixer",
"php-cs-fixer.config": ".php-cs-fixer.php"
}
After making these changes, you may need to restart Visual Studio Code for them to take effect.
bisual/eslint-config-php 适用场景与选型建议
bisual/eslint-config-php 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.97k 次下载、GitHub Stars 达 1, 最近一次更新时间为 2024 年 03 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「php」 「lint」 「bisual」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 bisual/eslint-config-php 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 bisual/eslint-config-php 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 bisual/eslint-config-php 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Generate reports from lint results
PHP linting rules set used by Opay developers
This is the ZooRoyal coding standard.
Laravel Shortcuts for Software Agencies
JSON Lint for PHP checks a string for invalid or malformed JSON, control character error, incorrect encoding or just plain old syntax errors. It returns comprehensive feedback in a one-line error message (one-line message especially meant for REST APIs) about the first error that occurred in the (JS
Extension library for Laravel Cashier that adds Stripe Connect functionality
统计信息
- 总下载量: 2.97k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 8
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-03-18