PHPackages                             mikicaivosevic/tinker1984 - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mikicaivosevic/tinker1984

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

mikicaivosevic/tinker1984
=========================

Auditable REPL for the Laravel framework.

v3.0.2(5mo ago)04MITPHPPHP ^7.2.5|^8.0

Since Nov 10Pushed 5mo agoCompare

[ Source](https://github.com/mikicaivosevic/tinker1984)[ Packagist](https://packagist.org/packages/mikicaivosevic/tinker1984)[ RSS](/packages/mikicaivosevic-tinker1984/feed)WikiDiscussions master Synced 1mo ago

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

Introduction
------------

[](#introduction)

Tinker1984 is a powerful REPL for the Laravel framework with built-in session recording and auditing capabilities.

This project is inspired by [Rails console1984](https://github.com/basecamp/console1984), which brings security and accountability to Rails console sessions. Tinker1984 aims to provide similar functionality for Laravel applications by:

- **Recording console sessions** - Every command executed in Tinker is logged with timestamps and user information
- **Auditing capabilities** - Track who accessed the console, when, and what commands they ran
- **Enhanced security** - Maintain accountability and compliance in production environments
- **User tracking** - Associate console sessions with users

Why Tinker1984?
---------------

[](#why-tinker1984)

Just like console1984 helps Rails teams maintain security and accountability in their console sessions, Tinker1984 extends Laravel's Tinker with the same philosophy.

Features
--------

[](#features)

- All standard Laravel Tinker functionality
- Automatic session recording to database
- Command history tracking
- User association for audit trails

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

[](#installation)

```
composer require mikicaivosevic/tinker1984
```

After installation run migrations:

```
php artisan migrate
```

Usage
-----

[](#usage)

Use Tinker1984 just like regular Tinker:

```
php artisan tinker
```

All your commands will be automatically recorded for auditing purposes.

License
-------

[](#license)

Tinker1984 is open-sourced software licensed under the [MIT license](LICENSE.md).

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance69

Regular maintenance activity

Popularity3

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity43

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~1 days

Total

4

Last Release

179d ago

Major Versions

2.x-dev → v3.0.02025-11-14

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2887620?v=4)[Mikica Ivosevic](/maintainers/mikicaivosevic)[@mikicaivosevic](https://github.com/mikicaivosevic)

---

Top Contributors

[![driesvints](https://avatars.githubusercontent.com/u/594614?v=4)](https://github.com/driesvints "driesvints (103 commits)")[![taylorotwell](https://avatars.githubusercontent.com/u/463230?v=4)](https://github.com/taylorotwell "taylorotwell (53 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (31 commits)")[![crynobone](https://avatars.githubusercontent.com/u/172966?v=4)](https://github.com/crynobone "crynobone (7 commits)")[![inxilpro](https://avatars.githubusercontent.com/u/21592?v=4)](https://github.com/inxilpro "inxilpro (7 commits)")[![nunomaduro](https://avatars.githubusercontent.com/u/5457236?v=4)](https://github.com/nunomaduro "nunomaduro (5 commits)")[![lucasmichot](https://avatars.githubusercontent.com/u/513603?v=4)](https://github.com/lucasmichot "lucasmichot (4 commits)")[![Jubeki](https://avatars.githubusercontent.com/u/15707543?v=4)](https://github.com/Jubeki "Jubeki (3 commits)")[![StanAngeloff](https://avatars.githubusercontent.com/u/93127?v=4)](https://github.com/StanAngeloff "StanAngeloff (2 commits)")[![jbrooksuk](https://avatars.githubusercontent.com/u/246103?v=4)](https://github.com/jbrooksuk "jbrooksuk (2 commits)")[![browner12](https://avatars.githubusercontent.com/u/5232313?v=4)](https://github.com/browner12 "browner12 (2 commits)")[![paras-malhotra](https://avatars.githubusercontent.com/u/16099046?v=4)](https://github.com/paras-malhotra "paras-malhotra (2 commits)")[![jerguslejko](https://avatars.githubusercontent.com/u/4470539?v=4)](https://github.com/jerguslejko "jerguslejko (2 commits)")[![peter279k](https://avatars.githubusercontent.com/u/9021747?v=4)](https://github.com/peter279k "peter279k (1 commits)")[![rodrigopedra](https://avatars.githubusercontent.com/u/5470108?v=4)](https://github.com/rodrigopedra "rodrigopedra (1 commits)")[![Vendin](https://avatars.githubusercontent.com/u/9011975?v=4)](https://github.com/Vendin "Vendin (1 commits)")[![bobthecow](https://avatars.githubusercontent.com/u/53660?v=4)](https://github.com/bobthecow "bobthecow (1 commits)")[![xiCO2k](https://avatars.githubusercontent.com/u/823088?v=4)](https://github.com/xiCO2k "xiCO2k (1 commits)")[![carusogabriel](https://avatars.githubusercontent.com/u/16328050?v=4)](https://github.com/carusogabriel "carusogabriel (1 commits)")[![fgilio](https://avatars.githubusercontent.com/u/6857732?v=4)](https://github.com/fgilio "fgilio (1 commits)")

---

Tags

laravelREPLpsyshTinker

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mikicaivosevic-tinker1984/health.svg)

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

###  Alternatives

[laravel/tinker

Powerful REPL for the Laravel framework.

7.4k423.8M1.8k](/packages/laravel-tinker)[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M687](/packages/barryvdh-laravel-ide-helper)[spatie/laravel-enum

Laravel Enum support

3655.4M31](/packages/spatie-laravel-enum)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[laragear/preload

Effortlessly make a Preload script for your Laravel application.

119363.5k](/packages/laragear-preload)

PHPackages © 2026

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