PHPackages                             matakltm/laravel-code-detective - 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. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. matakltm/laravel-code-detective

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

matakltm/laravel-code-detective
===============================

Detect and manage code issues with per-file logging

v0.1.0(3y ago)05[3 PRs](https://github.com/matakltm/laravel-code-detective/pulls)MITPHPPHP ^8.1

Since Apr 2Pushed 2y agoCompare

[ Source](https://github.com/matakltm/laravel-code-detective)[ Packagist](https://packagist.org/packages/matakltm/laravel-code-detective)[ Docs](https://github.com/matakltm/laravel-code-detective)[ RSS](/packages/matakltm-laravel-code-detective/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (5)Used By (0)

Detect and manage code issues with per-file logging
===================================================

[](#detect-and-manage-code-issues-with-per-file-logging)

[![Latest Version on Packagist](https://camo.githubusercontent.com/0a228562b993b2963d8b9caed052d66651bc43969c786caccba2a66f0b9455f2/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6174616b6c746d2f6c61726176656c2d636f64652d6465746563746976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matakltm/laravel-code-detective)[![GitHub Tests Action Status](https://camo.githubusercontent.com/ef14ad53c24195ca8f84fe8f3c0bce5de66675861e41ab912cbe0bf5a318b04d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6174616b6c746d2f6c61726176656c2d636f64652d6465746563746976652f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/matakltm/laravel-code-detective/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/d18792d3d7bd8bd6520c91daeb4ba988a22d8c97fc8b9251efd5d9abc208bb4f/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d6174616b6c746d2f6c61726176656c2d636f64652d6465746563746976652f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/matakltm/laravel-code-detective/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/ba879693b3547370775bb0a6a7cdd1932f1d684fa869b4b251644ffa96e53fd8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6174616b6c746d2f6c61726176656c2d636f64652d6465746563746976652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/matakltm/laravel-code-detective)

Detect and manage code issues with per-file logging.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require matakltm/laravel-code-detective
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-code-detective-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-code-detective-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-code-detective-views"
```

Usage
-----

[](#usage)

```
$codeDetective = new Matakltm\CodeDetective();
echo $codeDetective->echoPhrase('Hello, Matakltm!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Micheal Ataklt](https://github.com/matakltm-code)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1134d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/29d95e37a7cc54ad24fd72a4452f07dbe16acd7dfdece66e60459c973c45aa2a?d=identicon)[matakltm-code](/maintainers/matakltm-code)

---

Top Contributors

[![matakltm-code](https://avatars.githubusercontent.com/u/65981238?v=4)](https://github.com/matakltm-code "matakltm-code (9 commits)")

---

Tags

laravelmatakltmlaravel-code-detective

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/matakltm-laravel-code-detective/health.svg)

```
[![Health](https://phpackages.com/badges/matakltm-laravel-code-detective/health.svg)](https://phpackages.com/packages/matakltm-laravel-code-detective)
```

###  Alternatives

[stephenjude/filament-debugger

About

102125.4k2](/packages/stephenjude-filament-debugger)[spatie/laravel-error-solutions

Display solutions on the Laravel error page

9773.5k](/packages/spatie-laravel-error-solutions)[vormkracht10/laravel-mails

Laravel Mails can collect everything you might want to track about the mails that has been sent by your Laravel app.

24149.7k](/packages/vormkracht10-laravel-mails)[ralphjsmit/laravel-helpers

A package containing handy helpers for your Laravel-application.

13704.6k2](/packages/ralphjsmit-laravel-helpers)[basillangevin/laravel-data-json-schemas

Transforms Spatie Data objects into JSON Schemas with built-in validation

1312.2k1](/packages/basillangevin-laravel-data-json-schemas)

PHPackages © 2026

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