PHPackages                             makuruwan/export-project-structure - 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. makuruwan/export-project-structure

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

makuruwan/export-project-structure
==================================

A Laravel package to export project structure files into text files.

v2.0.1(5mo ago)09MITPHPPHP ^8.1

Since Mar 7Pushed 5mo agoCompare

[ Source](https://github.com/Cletous/export-project-structure)[ Packagist](https://packagist.org/packages/makuruwan/export-project-structure)[ RSS](/packages/makuruwan-export-project-structure/feed)WikiDiscussions main Synced 1w ago

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

Export Project Structure
========================

[](#export-project-structure)

A Laravel package for exporting project structure files into text files.

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

[](#installation)

```
composer require makuruwan/export-project-structure
```

Publish config
--------------

[](#publish-config)

```
php artisan vendor:publish --tag=export-project-structure-config
```

Usage
-----

[](#usage)

### Export everything into one file:

[](#export-everything-into-one-file)

```
php artisan code:export --all
```

### Export everything into separate files:

[](#export-everything-into-separate-files)

```
php artisan code:export --all-separate
```

### Export only models:

[](#export-only-models)

```
php artisan code:export --models
```

### Export only controllers:

[](#export-only-controllers)

```
php artisan code:export --controllers
```

### Export only views:

[](#export-only-views)

```
php artisan code:export --views
```

### Export multiple selected sections:

[](#export-multiple-selected-sections)

```
php artisan code:export --models --controllers --views
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance73

Regular maintenance activity

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity49

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

Every ~0 days

Total

8

Last Release

153d ago

Major Versions

v1.0.6 → v2.0.12026-03-08

### Community

Maintainers

![](https://www.gravatar.com/avatar/a2f32e39a618708f6b066d0871c61b772498b9d3cc3d210fd682397632790b07?d=identicon)[Cletous](/maintainers/Cletous)

---

Top Contributors

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

---

Tags

laravelexportartisanproject-structure

### Embed Badge

![Health badge](/badges/makuruwan-export-project-structure/health.svg)

```
[![Health](https://phpackages.com/badges/makuruwan-export-project-structure/health.svg)](https://phpackages.com/packages/makuruwan-export-project-structure)
```

###  Alternatives

[renatomarinho/laravel-page-speed

Laravel Page Speed

2.5k1.7M11](/packages/renatomarinho-laravel-page-speed)[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

90157.6k](/packages/emargareten-inertia-modal)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.8k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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