PHPackages                             salman053/project-canvas - 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. salman053/project-canvas

ActiveLibrary

salman053/project-canvas
========================

An immersive 3D visualization tool for Laravel applications that maps architecture, dependencies, and test coverage in real-time.

v1.0.4(today)06↑2400%[2 PRs](https://github.com/Salman053/project-canvas/pulls)MITPHPPHP ^8.3CI passing

Since Jul 23Pushed todayCompare

[ Source](https://github.com/Salman053/project-canvas)[ Packagist](https://packagist.org/packages/salman053/project-canvas)[ Docs](https://github.com)[ GitHub Sponsors](https://github.com/salman053)[ RSS](/packages/salman053-project-canvas/feed)WikiDiscussions main Synced today

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

Laravel Canvas
==============

[](#laravel-canvas)

> An immersive 3D visualization tool that transforms your Laravel application's architecture into an interactive, living graph.

[![PHP](https://camo.githubusercontent.com/552b4df6587d7c69aa68f05c7d9949d012ebb1380d0289c79c59b6ef47aa3685/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e332d2532333737374242343f6c6f676f3d706870)](https://php.net)[![Laravel](https://camo.githubusercontent.com/9fd685955dc72c634ae58db0e59befe78a818f5a6065d8caef21376c8cbad11b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c61726176656c2d31322e782d7265643f6c6f676f3d6c61726176656c)](https://laravel.com)[![Packagist](https://camo.githubusercontent.com/4222a191e2e2542692538af3335142ffeee52e255e72d340721578516123628e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f73616c6d616e3035332f70726f6a6563742d63616e766173)](https://packagist.org/packages/salman053/project-canvas)[![License](https://camo.githubusercontent.com/9ba3d99f8d7d1dc8dcff109a98ef22d253f7d4804f1c02153a2e62b96bf83b0c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f6c6963656e73652f53616c6d616e3035332f70726f6a6563742d63616e766173)](https://github.com/Salman053/project-canvas/blob/main/LICENSE)

Overview
--------

[](#overview)

Laravel Canvas scans your entire Laravel codebase, identifies all key architectural components (Models, Controllers, Jobs, Listeners, Policies, Middleware, Service Providers, and Routes), maps their interconnections, and renders everything as a stunning 3D universe powered by THREE.js.

Features
--------

[](#features)

- **3D Architecture Visualization** — Interactive WebGL-powered 3D graph with orbital controls
- **Auto-Scanning** — Automatically discovers models, controllers, jobs, and more
- **Dependency Mapping** — Visualizes constructor injections, use statements, and relationships
- **Health Indicators** — Color-coded nodes: green (healthy), yellow (moderate), red (needs refactoring)
- **Real-Time Test Mode** — Watch tests animate the graph with green/red pulses
- **Search &amp; Filter** — Instant node lookup with autocomplete, filter by component type
- **Heat Map** — Git commit frequency visualized on the graph
- **Snapshots** — Capture and compare architecture states over time
- **Export** — Generate shareable static JSON snapshots

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

[](#installation)

```
composer require salman053/project-canvas
php artisan vendor:publish --provider="Salman053\Canvas\CanvasServiceProvider"
```

Quick Start
-----------

[](#quick-start)

Scan your codebase:

```
php artisan canvas:scan
```

Launch the 3D visualization:

```
php artisan canvas:serve
```

Open your browser to `http://localhost:8080/canvas` and run your tests in another terminal to see the graph come alive.

Commands
--------

[](#commands)

- `php artisan canvas:scan` — Scan the codebase and display architecture statistics
- `php artisan canvas:serve` — Start the 3D visualization and WebSocket server

API
---

[](#api)

Canvas provides a REST API at `/api/canvas/` for programmatic access to architecture data.

Dashboard
---------

[](#dashboard)

A dashboard with aggregate statistics is available at `/canvas/dashboard`.

Configuration
-------------

[](#configuration)

Publish the config file to customize scanning paths, visualization settings, and health thresholds.

```
php artisan vendor:publish --tag=canvas-config
```

License
-------

[](#license)

MIT

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

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

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/932a6ef0a3b1b4998592f42b1c3309023d7e56b8dc7afbf102132eba520e568c?d=identicon)[Muhammad Salman Khan](/maintainers/Muhammad%20Salman%20Khan)

---

Top Contributors

[![Salman053](https://avatars.githubusercontent.com/u/107109284?v=4)](https://github.com/Salman053 "Salman053 (22 commits)")

---

Tags

laravelarchitecturecanvasvisualization3dsalman053

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/salman053-project-canvas/health.svg)

```
[![Health](https://phpackages.com/badges/salman053-project-canvas/health.svg)](https://phpackages.com/packages/salman053-project-canvas)
```

###  Alternatives

[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77922.3M185](/packages/laravel-mcp)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.3M347](/packages/psalm-plugin-laravel)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9762.4M133](/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/ai

The official AI SDK for Laravel.

1.0k3.2M245](/packages/laravel-ai)[laravel/pulse

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

1.7k15.1M136](/packages/laravel-pulse)

PHPackages © 2026

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