PHPackages                             scratcher28/laravel-vendor-minify - 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. scratcher28/laravel-vendor-minify

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

scratcher28/laravel-vendor-minify
=================================

A vendor minify package, to remove tests and documentation and minifing all php files to save space

1.0.6(6y ago)12MITPHPPHP ^7.1.3

Since May 3Pushed 6y agoCompare

[ Source](https://github.com/scratcher28/laravel-vendor-minify)[ Packagist](https://packagist.org/packages/scratcher28/laravel-vendor-minify)[ RSS](/packages/scratcher28-laravel-vendor-minify/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (4)Versions (7)Used By (0)

[![Latest Stable Version](https://camo.githubusercontent.com/2b3dd185cbc4ecb0906cd583db592dd8a6fc394d72301424aa6413e895a273af/68747470733a2f2f706f7365722e707567782e6f72672f676f737a6f77736b692f6c61726176656c2d76656e646f722d6d696e6966792f762f737461626c65)](https://packagist.org/packages/goszowski/laravel-vendor-minify) [![Total Downloads](https://camo.githubusercontent.com/e66deff631aa10544f93be41f7ff549c760d60dff431db55bd0db1247ab2f0a7/68747470733a2f2f706f7365722e707567782e6f72672f676f737a6f77736b692f6c61726176656c2d76656e646f722d6d696e6966792f646f776e6c6f616473)](https://packagist.org/packages/goszowski/laravel-vendor-minify) [![License](https://camo.githubusercontent.com/794eb19a6ec1c57e7abf2bf7681f1db358c398e113ff672071dbb0c09dbc9e2e/68747470733a2f2f706f7365722e707567782e6f72672f676f737a6f77736b692f6c61726176656c2d76656e646f722d6d696e6966792f6c6963656e7365)](https://packagist.org/packages/goszowski/laravel-vendor-minify)

Laravel Vendor Cleanup and Minify Commands
------------------------------------------

[](#laravel-vendor-cleanup-and-minify-commands)

### 1) Remove tests, documentation, .gitignore files from the vendor dir. 2) Minify all php files in the vendor dir

[](#1-remove-tests-documentation-gitignore-files-from-the-vendor-dir-2-minify-all-php-files-in-the-vendor-dir)

Require this package:

```
composer require goszowski/laravel-vendor-minify

```

You can now remove all the docs/tests/examples/build scripts throught artisan

```
php artisan vendor:cleanup

```

And You can now minify all php files throught artisan

```
php artisan vendor:minify

```

#### Thanks [Barry vd. Heuvel](https://github.com/barryvdh) and other [Contributors](https://github.com/goszowski/laravel-vendor-minify/graphs/contributors) for beautiful package to [cleanup Laravel 4.2](https://github.com/barryvdh/laravel-vendor-cleanup)

[](#thanks-barry-vd-heuvel-and-other-contributors-for-beautiful-package-to-cleanup-laravel-42)

### License

[](#license)

The Laravel Vendor Minify Command is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity59

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 57.4% 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 ~78 days

Total

5

Last Release

2253d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/5d737ae125f717a0462dbab0ba2e5b24b1745b7a21c0344cc1109a305e112cec?d=identicon)[scratcher28](/maintainers/scratcher28)

---

Top Contributors

[![barryvdh](https://avatars.githubusercontent.com/u/973269?v=4)](https://github.com/barryvdh "barryvdh (39 commits)")[![goszowski](https://avatars.githubusercontent.com/u/10208931?v=4)](https://github.com/goszowski "goszowski (15 commits)")[![mmodler](https://avatars.githubusercontent.com/u/1906217?v=4)](https://github.com/mmodler "mmodler (4 commits)")[![vlakoff](https://avatars.githubusercontent.com/u/544424?v=4)](https://github.com/vlakoff "vlakoff (3 commits)")[![krishatcher](https://avatars.githubusercontent.com/u/11753311?v=4)](https://github.com/krishatcher "krishatcher (3 commits)")[![beardedbrew](https://avatars.githubusercontent.com/u/942908?v=4)](https://github.com/beardedbrew "beardedbrew (2 commits)")[![deviarte](https://avatars.githubusercontent.com/u/187309?v=4)](https://github.com/deviarte "deviarte (1 commits)")[![GrahamCampbell](https://avatars.githubusercontent.com/u/2829600?v=4)](https://github.com/GrahamCampbell "GrahamCampbell (1 commits)")

---

Tags

laravelminifyvendorcleanup

### Embed Badge

![Health badge](/badges/scratcher28-laravel-vendor-minify/health.svg)

```
[![Health](https://phpackages.com/badges/scratcher28-laravel-vendor-minify/health.svg)](https://phpackages.com/packages/scratcher28-laravel-vendor-minify)
```

###  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)[wnx/laravel-stats

Get insights about your Laravel Project

1.8k1.8M7](/packages/wnx-laravel-stats)[tightenco/jigsaw

Simple static sites with Laravel's Blade.

2.2k438.5k29](/packages/tightenco-jigsaw)[goszowski/laravel-vendor-minify

A vendor minify package, to remove tests and documentation and minifing all php files to save space

803.6k](/packages/goszowski-laravel-vendor-minify)[laravel-zero/framework

The Laravel Zero Framework.

3371.4M369](/packages/laravel-zero-framework)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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