PHPackages                             infopixel/laravel-project-snapshot - 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. infopixel/laravel-project-snapshot

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

infopixel/laravel-project-snapshot
==================================

Exports a Laravel project snapshot (tree + code bundle) into a single markdown file.

v0.1.0(5mo ago)08MITPHPPHP ^8.2|^8.3|^8.4

Since Dec 14Pushed 4mo agoCompare

[ Source](https://github.com/BeastFromPretoriaEast/LaravelProjectSnapshot)[ Packagist](https://packagist.org/packages/infopixel/laravel-project-snapshot)[ RSS](/packages/infopixel-laravel-project-snapshot/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

Laravel Project Snapshot
========================

[](#laravel-project-snapshot)

📸 **A workaround for full project .zip file upload limitations by AI-powered language models (LLM).**

It generates a single, lightweight snapshot of your project — a fraction of the size of the full codebase, that can be uploaded to your LLM of choice, allowing the AI to understand your architecture and code and collaborate with you effectively.

Export a Laravel project snapshot (file tree + source code) into a single Markdown file\*\*, designed specifically for AI analysis, code review, auditing, and architecture discussions. It was specifically designed to solve the common problem of uploading large full-project `.zip` files directly into AI-powered language models. Instead of uploading entire projects, this tool produces a \*\*single, structured Markdown file that preserves project context, hierarchy, and source code, making it ideal for ChatGPT, LLMs, and automated review pipelines.

This package generates a safe, readable, deterministic snapshot of your project without binaries, without vendor noise, and with automatic secret redaction.

---

📦 Installation (dev only)
-------------------------

[](#-installation-dev-only)

```
composer require --dev infopixel/laravel-project-snapshot
```

▶️ Command line
---------------

[](#️-command-line)

```
php artisan snapshot
```

✨ Features
----------

[](#-features)

- 🧠 Optimized for **ChatGPT / LLM ingestion**
- ✅ Single-file snapshot (`project.snapshot.md`)
- 🌳 Clean, readable **file tree with depth**
- 🔒 **Secret scrubbing** (JWTs, API keys, Bearer tokens, private keys)
- 🚫 Will not upload files containing sensitive data like `.sqlite`,`.sql`,`.db`, etc. (unless explicitly permitted via yourself in the configuration)
- 🚫 Automatically excludes sensitive files (`.env`,`.`, OAuth keys, etc.)
- 📦 Whitelist-based file inclusion (no binaries)
- 🧪 **Dev-only safe** (won’t run in production)
- ⏳ Console **progress bar**
- 🧾 Rich **snapshot metadata block**
- ⚙️ Fully configurable

---

📦 Screenshots
-------------

[](#-screenshots)

 **Command line**[![Command line snapshot example](./docs/images/snapshot-command.png)](./docs/images/snapshot-command.png)

 **project.snapshot.md (Metadata)**[![Snapshot metadata example](./docs/images/snapshot-filetree-and-metadata.png)](./docs/images/snapshot-filetree-and-metadata.png)

 **project.snapshot.md (File Display)**[![Snapshot file display example](./docs/images/snapshot-file-display.png)](./docs/images/snapshot-file-display.png)

 **File Size (project.snapshot.md)**[![Snapshot file size example](./docs/images/snapshot-file-size.png)](./docs/images/snapshot-file-size.png)

---

🚨 Important Safety Notice
-------------------------

[](#-important-safety-notice)

This package is intended for **development environments only**.

- Installed via `require-dev`
- Refuses to run in `production`
- Explicitly excludes sensitive files
- Redacts secrets even if accidentally committed

---

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance73

Regular maintenance activity

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity42

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

150d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/580f72dea771b4857f795edeaf3d04b4b7d78055ce1656fe068cbe10819e128f?d=identicon)[BeastFromPretoriaEast](/maintainers/BeastFromPretoriaEast)

---

Top Contributors

[![BeastFromPretoriaEast](https://avatars.githubusercontent.com/u/33436307?v=4)](https://github.com/BeastFromPretoriaEast "BeastFromPretoriaEast (7 commits)")

### Embed Badge

![Health badge](/badges/infopixel-laravel-project-snapshot/health.svg)

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

###  Alternatives

[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)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M158](/packages/orchestra-canvas)[illuminate/pipeline

The Illuminate Pipeline package.

9446.6M213](/packages/illuminate-pipeline)[illuminate/pagination

The Illuminate Pagination package.

10532.5M862](/packages/illuminate-pagination)[spatie/laravel-pjax

A pjax middleware for Laravel 5

513371.8k11](/packages/spatie-laravel-pjax)[spatie/laravel-mix-preload

Add preload and prefetch links based your Mix manifest

169176.0k2](/packages/spatie-laravel-mix-preload)

PHPackages © 2026

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