PHPackages                             jumptwentyfour/project-analysers - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Testing &amp; Quality](/categories/testing)
4. /
5. jumptwentyfour/project-analysers

ActiveLibrary[Testing &amp; Quality](/categories/testing)

jumptwentyfour/project-analysers
================================

A base set of analysers extending upon Laravel Enlightn to enforce consistency, security and reliability

V1.1.0(3y ago)027.8k—0%[1 issues](https://github.com/JumpTwentyFour/project-analysers/issues)MITPHPPHP ^8.0

Since Apr 12Pushed 3y ago3 watchersCompare

[ Source](https://github.com/JumpTwentyFour/project-analysers)[ Packagist](https://packagist.org/packages/jumptwentyfour/project-analysers)[ RSS](/packages/jumptwentyfour-project-analysers/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (7)Used By (0)

Laravel Project Analysers
=========================

[](#laravel-project-analysers)

A base set of analysers extending upon [Laravel Enlightn](https://github.com/enlightn/enlightn) to enforce consistency, security and reliability.

Setup
-----

[](#setup)

Add the following to your `composer.json` file.

```
"repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/JumpTwentyFour/project-analysers"
        }
    ],

```

Then run the following commands:-

`composer require jumptwentyfour/project-analysers`

`php artisan vendor:publish --tag=enlightn`

Inside of `config/enlightn.php` add the following path to the `analyzer_paths` key.

`JumpTwentyFour\\ProjectAnalyzers\\Analyzers' => base_path('vendor/jumptwentyfour/project-analysers/src/Analyzers')`

### Custom Analysers

[](#custom-analysers)

#### Reliability

[](#reliability)

##### Node Version Analyser

[](#node-version-analyser)

An analyser to check whether an .nvmrc file exists within the project to enforce consistency of node versions.

##### Invokable Controllers Analyser

[](#invokable-controllers-analyser)

An analyser to check whether all controllers adhere to being single action invokable controllers.

In order to ignore controllers for this rule add to `config/enlightn.php`

```
'invokable' => [
    'ignore_controllers' => [
        ::class
    ]
]

```

#### Security

[](#security)

##### Tinker Analyzer

[](#tinker-analyzer)

An analyser to check if Laravel Tinker is installed. We should ideally remove this due to the risk of it being installed in production by mistake, even when present in dev-dependencies.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity61

Established project with proven stability

 Bus Factor1

Top contributor holds 65.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~154 days

Total

4

Last Release

1394d ago

Major Versions

v0.0.2 → v1.0.02022-07-19

PHP version history (2 changes)v0.0.1PHP ^7.2|^8.0

v1.0.0PHP ^8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/f2f4694027ee068755099811a6dccaaeb4f2f211b60719ae0d628e64a4eb3f9a?d=identicon)[dannewns](/maintainers/dannewns)

---

Top Contributors

[![AlexJump24](https://avatars.githubusercontent.com/u/26656110?v=4)](https://github.com/AlexJump24 "AlexJump24 (15 commits)")[![dannewnsjump24](https://avatars.githubusercontent.com/u/24248861?v=4)](https://github.com/dannewnsjump24 "dannewnsjump24 (5 commits)")[![mikey-russell-j24](https://avatars.githubusercontent.com/u/107485420?v=4)](https://github.com/mikey-russell-j24 "mikey-russell-j24 (2 commits)")[![LeeJump24](https://avatars.githubusercontent.com/u/83426233?v=4)](https://github.com/LeeJump24 "LeeJump24 (1 commits)")

### Embed Badge

![Health badge](/badges/jumptwentyfour-project-analysers/health.svg)

```
[![Health](https://phpackages.com/badges/jumptwentyfour-project-analysers/health.svg)](https://phpackages.com/packages/jumptwentyfour-project-analysers)
```

###  Alternatives

[phpspec/prophecy

Highly opinionated mocking framework for PHP 5.3+

8.5k551.7M682](/packages/phpspec-prophecy)[vimeo/psalm

A static analysis tool for finding errors in PHP applications

5.8k77.5M6.7k](/packages/vimeo-psalm)[brianium/paratest

Parallel testing for PHP

2.5k118.8M754](/packages/brianium-paratest)[beberlei/assert

Thin assertion library for input validation in business models.

2.4k96.9M570](/packages/beberlei-assert)[mikey179/vfsstream

Virtual file system to mock the real file system in unit tests.

1.4k108.0M2.7k](/packages/mikey179-vfsstream)[orchestra/testbench

Laravel Testing Helper for Packages Development

2.2k39.1M32.1k](/packages/orchestra-testbench)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
