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(6mo ago)011MITPHPPHP ^8.2|^8.3|^8.4

Since Dec 14Pushed 6mo 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 today

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

32

—

LowBetter than 69% of packages

Maintenance66

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

203d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/33436307?v=4)[Markus Botha](/maintainers/BeastFromPretoriaEast)[@BeastFromPretoriaEast](https://github.com/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

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M10](/packages/renatomarinho-laravel-page-speed)[illuminate/pagination

The Illuminate Pagination package.

12234.1M1.0k](/packages/illuminate-pagination)[illuminate/pipeline

The Illuminate Pipeline package.

9349.2M282](/packages/illuminate-pipeline)[illuminate/redis

The Illuminate Redis package.

8314.6M376](/packages/illuminate-redis)[illuminate/cookie

The Illuminate Cookie package.

244.6M136](/packages/illuminate-cookie)

PHPackages © 2026

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