idiosyncratic/editorconfig
最新稳定版本:0.1.3
Composer 安装命令:
composer require idiosyncratic/editorconfig
包简介
PHP implementation of EditorConfig
README 文档
README
PHP implementation of EditorConfig
Installation
Install with Composer:
composer require idiosyncratic/editorconfig
Usage
<?php require_once('vendor/autoload.php'); use Idiosyncratic\EditorConfig\EditorConfig; $ec = new EditorConfig(); // $config will be an array of the declarations matching for the specified path $config = $ec->getConfigForPath(__FILE__); // Print matching configuration rules as string print $ec->printConfigForPath(__FILE__) . PHP_EOL;
统计信息
- 总下载量: 1.74M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 2
- 依赖项目数: 3
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2026-01-04