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

ActiveLibrary

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

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

v2.0.1(2mo ago)08↓100%MITPHPPHP ^8.1

Since Mar 7Pushed 2mo 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 1mo 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

39

—

LowBetter than 86% of packages

Maintenance87

Actively maintained with recent releases

Popularity7

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

Every ~0 days

Total

8

Last Release

63d 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

[maatwebsite/excel

Supercharged Excel exports and imports in Laravel

12.7k144.3M711](/packages/maatwebsite-excel)[kitloong/laravel-migrations-generator

Generates Laravel Migrations from an existing database

2.9k7.4M24](/packages/kitloong-laravel-migrations-generator)[nunomaduro/laravel-console-menu

Laravel Console Menu is an output method for your Laravel/Laravel Zero commands.

815412.0k48](/packages/nunomaduro-laravel-console-menu)[kkomelin/laravel-translatable-string-exporter

Translatable String Exporter for Laravel

3291.4M10](/packages/kkomelin-laravel-translatable-string-exporter)[nwidart/db-exporter

Export your database quickly and easily as a Laravel Migration and all the data as a Seeder class.

38339.1k](/packages/nwidart-db-exporter)[highsolutions/laravel-lang-import-export

A Laravel package providing artisan commands to import and export language files from and to CSV.

25292.3k](/packages/highsolutions-laravel-lang-import-export)

PHPackages © 2026

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