idiosyncratic/editorconfig
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;
统计信息
- 总下载量: 2.03M
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 20
- 点击次数: 13
- 依赖项目数: 2
- 推荐数: 0
其他信息
- 授权协议: ISC
- 更新时间: 2019-12-02