File tree Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Expand file tree Collapse file tree 3 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
BSD 3-Clause License
2
2
3
- Copyright (c) 2009-2023, Sebastian Bergmann
3
+ Copyright (c) 2009-2023, Sebastian Bergman
4
+ Copyright (c) 2025, PHP Experts, Inc.
5
+
4
6
All rights reserved.
5
7
6
8
Redistribution and use in source and binary forms, with or without
Original file line number Diff line number Diff line change 2
2
3
3
` phploc ` is a tool for quickly measuring the size and analyzing the structure of a PHP project.
4
4
5
+ This is a maintained, up-to-date fork of [ Sebastian Bergmann's PHPLoc] ( https://github.com/sebastianbergmann/phploc ) .
6
+
5
7
## Forked Changes
6
8
7
9
## Version 8.0.0
8
10
* ** [ 2025-04-11 13:02:04 CDT] ** Added support for PHPUnit v10.
9
11
10
-
11
12
## Installation
12
13
13
14
This tool is distributed as a [ PHP Archive (PHAR)] ( https://php.net/phar ) :
Original file line number Diff line number Diff line change 1
1
{
2
- "name" : " phploc /phploc" ,
2
+ "name" : " phpexperts /phploc" ,
3
3
"description" : " A tool for quickly measuring the size of a PHP project." ,
4
- "homepage" : " https://github.com/sebastianbergmann /phploc" ,
4
+ "homepage" : " https://github.com/PHPExpertsInc /phploc" ,
5
5
"license" : " BSD-3-Clause" ,
6
6
"authors" : [
7
7
{
8
8
"name" : " Sebastian Bergmann" ,
9
9
10
+ "role" : " Founder"
11
+ },
12
+ {
13
+ "name" : " Theodore R. Smith" ,
14
+
15
+ "homepage" : " https://www.linkedin.com/in/tedrsmith" ,
10
16
"role" : " lead"
11
17
}
12
18
],
13
19
"support" : {
14
- "issues" : " https://github.com/sebastianbergmann /phploc/issues"
20
+ "issues" : " https://github.com/PHPExpertsInc /phploc/issues"
15
21
},
16
22
"config" : {
17
23
"optimize-autoloader" : true ,
You can’t perform that action at this time.
0 commit comments