PHPackages                             autotix/laravel - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. autotix/laravel

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

autotix/laravel
===============

Captures PHP errors, exceptions, and log entries and sends them to Autotix for automated Jira ticket creation and auto-fix PRs.

v0.2.1(2w ago)04MITPHPPHP ^8.1

Since Jun 11Pushed 1w agoCompare

[ Source](https://github.com/HelloWorldDevs/autotix-laravel)[ Packagist](https://packagist.org/packages/autotix/laravel)[ Docs](https://autotix.io)[ RSS](/packages/autotix-laravel/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (3)Dependencies (8)Versions (4)Used By (0)

Autotix for Laravel
===================

[](#autotix-for-laravel)

Captures PHP errors, exceptions, and log entries from your Laravel app and sends them to [Autotix](https://autotix.io), which turns them into tickets (Jira or GitHub Issues) and AI-generated fix PRs automatically.

> This repository is a read-only mirror, split from the Autotix monorepo. Issues and PRs are welcome here and will be applied upstream.

Install
-------

[](#install)

```
composer require autotix/laravel
```

The service provider is auto-discovered. Publish the config if you want to customize:

```
php artisan vendor:publish --provider="Autotix\Laravel\AutotixServiceProvider"
```

Configure
---------

[](#configure)

Grab your org webhook token from app.autotix.io → Settings, then set:

```
AUTOTIX_ENABLED=true
AUTOTIX_AUTH_TOKEN=your-org-webhook-token
```

That's it. Uncaught exceptions, PHP errors, and `Log::error()`/`Log::critical()` calls are forwarded automatically.

### Options (`config/autotix.php`)

[](#options-configautotixphp)

Env varDefaultPurpose`AUTOTIX_ENABLED``true`Master switch.`AUTOTIX_AUTH_METHOD``token``token` (X-Webhook-Token header) or `hmac` (HMAC-SHA256, needs `AUTOTIX_HMAC_SECRET`).`AUTOTIX_AUTH_TOKEN`—Your org webhook token.`AUTOTIX_CAPTURE_WARNINGS``true`Forward PHP warnings.`AUTOTIX_CAPTURE_NOTICES``false`Forward PHP notices.`AUTOTIX_CAPTURE_DEPRECATED``false`Forward deprecation notices.`AUTOTIX_CAPTURE_LOG``true`Forward `Log::error()` / `Log::critical()`.`AUTOTIX_DEDUP_WINDOW``86400`Seconds to suppress repeat sends of the same error (0 = off).`AUTOTIX_INCLUDE_BACKTRACE``true`Attach the full stack trace.`AUTOTIX_USE_QUEUE``false`Deliver via a queued job instead of inline.`AUTOTIX_TEST_ROUTE``true`Expose a test route that raises a deliberate error end-to-end.Testing the pipeline
--------------------

[](#testing-the-pipeline)

With `AUTOTIX_TEST_ROUTE=true` (non-production), visit the test route to trigger a deliberate error and confirm a ticket shows up in Autotix.

Development
-----------

[](#development)

```
composer install
vendor/bin/phpunit
```

License
-------

[](#license)

MIT

###  Health Score

37

—

LowBetter than 81% of packages

Maintenance97

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity34

Early-stage or recently created project

 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

Every ~14 days

Total

3

Last Release

20d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3dea084fb130ad039b652f90918289daf2ff2ee81997bd4358525611a9bfc1ac?d=identicon)[danlinn](/maintainers/danlinn)

---

Top Contributors

[![danlinn](https://avatars.githubusercontent.com/u/617727?v=4)](https://github.com/danlinn "danlinn (10 commits)")

---

Tags

laraveljiraerror-trackingauto-fixautotix

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/autotix-laravel/health.svg)

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

###  Alternatives

[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M134](/packages/roots-acorn)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.5k30.2M151](/packages/laravel-cashier)[laravel/pulse

Laravel Pulse is a real-time application performance monitoring tool and dashboard for your Laravel application.

1.7k15.1M139](/packages/laravel-pulse)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

78622.3M192](/packages/laravel-mcp)

PHPackages © 2026

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