PHP Classes

PHP Line Length Detector: Detect the line length of PHP source code files

Recommend this page to a friend!
  Info   View files View files (24)   DownloadInstall with Composer Download .zip   Reputation   Support forum   Blog (1)    
Last Updated Ratings Unique User Downloads Download Rankings
2023-05-14 (2 months ago) RSS 2.0 feedNot yet rated by the usersTotal: 49 All time: 10,534 This week: 109Up
Version License PHP version Categories
php-line-length-dete 1.0The PHP License7Algorithms, Utilities and Tools, Text..., L..., P...
Description 

Author

De Gracia Mathieu


Contributor

This package can detect the line length of PHP source code files.

It provides an application running from the shell command line console to analyze one or more PHP source files.

The package can process the given PHP source files to obtain statistics about the length of the lines of PHP code.

It generates HTML to display a report on a Web page that shows the maximum and the average number of characters used in the lines of the PHP source code files.

Innovation Award
PHP Programming Innovation award nominee
May 2023
Number 3
Many developers look at other developers' code to determine if they can understand what the code does to decide if it is helpful to use in their projects.

The readability of PHP code is one factor that may help other developers to understand the code that one developer writes.

One aspect of the readability of the code is the length of the line of code. PHP code that has very long lines is tough to read.

This package can analyze the PHP code of given source files to return valuable statistics about the length of the lines of code of those source files.

This way, other developers may know how easy or hard to read the code of a PHP project can be.

Manuel Lemos
Picture of DeGraciaMathieu
  Performance   Level  
Name: DeGraciaMathieu <contact>
Classes: 15 packages by
Country: France France
Innovation award
Innovation award
Nominee: 10x

Winner: 1x

  Files folder image Files  
File Role Description
Files folder image.github (1 directory)
Files folder imageapp (3 directories)
Files folder imagebootstrap (1 file)
Files folder imageconfig (3 files)
Files folder imageresources (1 directory)
Files folder imagetests (3 files, 2 directories)
Accessible without login Plain text file .editorconfig Data Auxiliary data
Accessible without login Plain text file box.json Data Auxiliary data
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Plain text file line-length-detector Class Class source
Accessible without login Plain text file Makefile Data Auxiliary data
Accessible without login Plain text file phpstan.neon Data Auxiliary data
Accessible without login Plain text file phpunit.xml.dist Data Auxiliary data
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  .github  
File Role Description
Files folder imageworkflows (1 file)

  Files folder image Files  /  .github  /  workflows  
File Role Description
  Accessible without login Plain text file phpstan.yml Data Auxiliary data

  Files folder image Files  /  app  
File Role Description
Files folder imageAggregators (2 files)
Files folder imageCommands (1 file)
Files folder imageProviders (1 file)

  Files folder image Files  /  app  /  Aggregators  
File Role Description
  Plain text file Distribution.php Class Class source
  Plain text file Statistic.php Class Class source

  Files folder image Files  /  app  /  Commands  
File Role Description
  Plain text file InspectCommand.php Class Class source

  Files folder image Files  /  app  /  Providers  
File Role Description
  Plain text file AppServiceProvider.php Class Class source

  Files folder image Files  /  bootstrap  
File Role Description
  Accessible without login Plain text file app.php Appl. Application script

  Files folder image Files  /  config  
File Role Description
  Plain text file app.php Class Class source
  Plain text file commands.php Class Class source
  Accessible without login Plain text file view.php Aux. Auxiliary script

  Files folder image Files  /  resources  
File Role Description
Files folder imageviews (1 file)

  Files folder image Files  /  resources  /  views  
File Role Description
  Accessible without login Plain text file inspect.blade.php Aux. Auxiliary script

  Files folder image Files  /  tests  
File Role Description
Files folder imageFeature (1 file)
Files folder imageUnit (1 file)
  Plain text file CreatesApplication.php Class Class source
  Plain text file Pest.php Class Class source
  Plain text file TestCase.php Class Class source

  Files folder image Files  /  tests  /  Feature  
File Role Description
  Accessible without login Plain text file InspireCommandTest.php Example Example script

  Files folder image Files  /  tests  /  Unit  
File Role Description
  Accessible without login Plain text file ExampleTest.php Example Example script

 Version Control Unique User Downloads Download Rankings  
 100%
Total:49
This week:0
All time:10,534
This week:109Up