wnx/laravel-stats
Get insights about your Laravel Project
v2.20.0
1.9M downloads/mo
#3603 most downloaded on Packagist
stefanzweifel/laravel-stats
What this package is like to depend on
Last release 25 days ago
29 Jul 2026
Release timing varies
gaps range from 1 weeks to 9 months
Most releases are documented
notes for 51 of 58 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
60 releases · first in 2017
4 releases in the last 12 months
see the full history below
Release timeline
60 releases · Oct 2017 to Jul 2026Releases
latest 60-
v2.20.029 Jul 2026 -
v2.19.012 Mar 2026 -
v2.18.024 Nov 2025Release notes
Open source →Added
- Add Support for PHP 8.5 (#234)
Changed
- Drop Support for Laravel 11 and PHP 8.2 and PHP 8.3 (#235)
Release notes
Open source →Added
- Add Support for PHP 8.5 (#234)
Changed
- Drop Support for Laravel 11 and PHP 8.2 and PHP 8.3 (#235)
-
v2.17.012 Oct 2025 -
v2.16.021 Aug 2025 -
v2.15.014 Feb 2025 -
v2.14.013 Nov 2024 -
v2.13.228 Feb 2024 -
v2.13.113 Feb 2024Release notes
Open source →Changed
- Remove calls to getLaravelVersion() for versions no longer supported (#224)
Fixed
- Fix Middleware Classifier for Laravel 11 (#223)
Release notes
Open source →Changed
- Remove calls to getLaravelVersion() for versions no longer supported (#224)
Fixed
- Fix Middleware Classifier for Laravel 11 (#223)
-
v2.13.003 Feb 2024 -
v2.12.016 Oct 2023 -
v2.11.428 Aug 2023 -
v2.11.312 Aug 2023 -
v2.11.218 Mar 2023Release notes
Open source →Fixed
- Switch to forked phploc package and add support for Laravel 10 / PHPUnit 10 (#217)
-
v2.11.116 Mar 2023 -
v2.11.027 Jan 2023 -
v2.10.029 Oct 2022 -
v2.9.205 Jul 2022 -
v2.9.131 May 2022Release notes
Open source →Fixed
- Fix Issue with running
statswith Laravel Sail and Swoole extension installed (#207)
- Fix Issue with running
-
v2.9.022 Mar 2022Nothing published for this version
-
v2.8.122 Feb 2022Nothing published for this version
-
v2.8.019 Jan 2022Nothing published for this version
-
v2.7.026 Nov 2021Nothing published for this version
-
v2.6.020 Nov 2021Nothing published for this version
-
v2.5.202 May 2021Nothing published for this version
-
v2.5.111 Mar 2021Release notes
Open source →Fixes
- Fix
statscommand when run in projects which is using Closure based Event Listeners in Modelsbootedmethod. #193
- Fix
-
v2.5.020 Nov 2020 -
v2.4.129 Sep 2020 -
v2.4.008 Sep 2020Release notes
Open source → -
v2.3.003 Sep 2020 -
v2.2.004 Apr 2020Release notes
Open source → -
v2.1.103 Mar 2020 -
v2.1.003 Mar 2020Release notes
Open source →Note: Due to underlying changes to the
phploc-dependency, the numbers for "loc" and "lloc" in your project may change.Changed
- Run test suite against Laravel 7 #170
Removed
-
v2.0.222 Feb 2020Release notes
Open source →Changed
- Changed Version Contraints for
phploc/phplocto support6.0#167
- Changed Version Contraints for
-
v2.0.118 Feb 2020Nothing published for this version
-
v2.0.001 Sep 2019Release notes
Open source →Checkout the Release and Upgrade Guide for more.
Added
- Add Verbose Mode
- Add ability to filter output by one or multiple component names
Changed
-
Rename
getName()toname()#147 -
Rename "LOC" to "LLOC" #148
-
Refactored Internal Classes #150
-
- Move some of the logic from
ComponentFindertoClassesFinder
- Move some of the logic from
-
- Update
Classifier-contract and update existing Classifiers to implement new contract
- Update
-
- Move tests for each existing Classifier into their own test files
Removed
-
v1.9.220 Mar 2019 -
v1.9.118 Mar 2019 -
v1.9.017 Mar 2019 -
v1.8.316 Mar 2019 -
v1.8.206 Mar 2019Release notes
Open source →Fixes
- Fixes an Issue where a thrown Exception stopped the
statscommand #134
- Fixes an Issue where a thrown Exception stopped the
-
v1.8.126 Feb 2019 -
v1.8.020 Oct 2018Release notes
Open source →Added
- Add Support for Laravel Nova Components #127
Changed
- Automatically test package against multiple Laravel Versions #126
-
v1.7.224 Aug 2018Release notes
Open source →Changed
- Changed Version Contraints in
composer.jsonto support Laravel 5.7 #125
- Changed Version Contraints in
-
v1.7.116 Apr 2018 -
v1.7.030 Mar 2018 -
v1.6.107 Feb 2018Release notes
Open source →Changed
- Changed Version Contraints for
laravel/duskto support~2.0and~3.0
- Changed Version Contraints for
-
v1.6.007 Feb 2018Release notes
Open source →Changed
- Changed Version Contraints in
composer.jsonto support Laravel 5.6
- Changed Version Contraints in
-
v1.5.005 Feb 2018Release notes
Open source → -
v1.4.001 Dec 2017Release notes
Open source → -
v1.3.314 Nov 2017Release notes
Open source →Changed
- Enable
tests-folder in config file by default (Previous issue with testsuite has been fixed in eaedc4)
- Enable
-
v1.3.213 Nov 2017Release notes
Open source →Changed
- Update Sorting of output table (Components are sorted by name; Tests are always at the bottom)
-
v1.3.110 Nov 2017Release notes
Open source →Changed
- Update Sorting so Tests are at the bottom of the output table #110
-
v1.3.005 Nov 2017 -
v1.2.030 Oct 2017 -
v1.1.124 Oct 2017Release notes
Open source →Fixed
- Fix an Issue with Test Classifiers if the dependency was not installed in a project 1b65909e
-
v1.1.024 Oct 2017Release notes
Open source → -
v1.0.019 Oct 2017Release notes
Open source →Added
- Classify non Laravel Classes as "Other" #74
Changed
- Stats Numbers are now right aligned 3553409e
-
v1.0.0-beta-217 Oct 2017 pre-releaseNothing published for this version
-
v1.0.0-beta08 Oct 2017 pre-releaseRelease notes
Open source →Added
- Add support to identify a class as a Laravel "Component"
- Add support to ignore certain folders and files through a config file
- Add
ComponentSortto sort declared classes intoComponent - Add Statistics Classes to retrieve number of classes, methods and lines of code