Download the PHP package thefunpower/readlines without Composer
On this page you can find all versions of the php package thefunpower/readlines. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download thefunpower/readlines
More information about thefunpower/readlines
Files in thefunpower/readlines
Download thefunpower/readlines
More information about thefunpower/readlines
Files in thefunpower/readlines
Vendor thefunpower
Package readlines
Short Description read php files get lines and content
License Apache-2.0
Package readlines
Short Description read php files get lines and content
License Apache-2.0
Keywords readlines
Please rate this library. Is it a good library?
Informations about the package readlines
readlines
读取文件行数及输出代码,一般用于申请软著
安装
composer require thefunpower/readlines
使用
$readlines = new \CReadLines\Reader();
//基础目录
$readlines->line_base_dir = $base = __DIR__.'/../';
//计算行数的目录
$readlines->line_code_path = [
$base.'core/sys',
$base.'core/employee',
$base.'base',
];
$readlines->output = $base.'/lines.txt';
$readlines->allow_ext = ['php']; //默认是PHP,可不用添加此行
$readlines->run();
All versions of readlines with dependencies
PHP Build Version
Package Version
No informations.
The package thefunpower/readlines contains the following files
Loading the files please wait ....