PHPackages                             drnkwati/bootpack - 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. drnkwati/bootpack

ActiveLibrary

drnkwati/bootpack
=================

Laravel package bootstraper

v1.0.4(4y ago)09MITPHPPHP &gt;=5.5.9

Since Dec 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/drnkwati/bootpack)[ Packagist](https://packagist.org/packages/drnkwati/bootpack)[ RSS](/packages/drnkwati-bootpack/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (5)Dependencies (2)Versions (6)Used By (0)

 [![](https://camo.githubusercontent.com/41705ddc86761fbc2bf8a5f3eb02321c32b36ea6434d36855abe8596ba26bd4e/687474703a2f2f692e696d6775722e636f6d2f7669446b5872572e706e67)](https://camo.githubusercontent.com/41705ddc86761fbc2bf8a5f3eb02321c32b36ea6434d36855abe8596ba26bd4e/687474703a2f2f692e696d6775722e636f6d2f7669446b5872572e706e67)

Bootpack - Laravel 5 package bootstraper
========================================

[](#bootpack---laravel-5-package-bootstraper)

Description
-----------

[](#description)

Bootpack is a laravel 5 package bootstraper that does the following:

- Creates composer.json for a laravel package
- Create a basic well structured package directory
- Adds the local autoloader to the project composer.json
- Dumps the autoload
- Adds the package service provider to the laravel project
- Initiates a git repository
- Perhaps more...

It features a full terminal application based on an artisan command.

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

[](#installation)

```
composer require drnkwati/bootpack

```

Register the service provider to the current project (Not needed if using laravel 5.5+):

```
Drnkwati\Bootpack\BootpackServiceProvider::class

```

Publish the configuration:

```
php artisan vendor:publish

```

Usage
-----

[](#usage)

Can't be more simple... rename test/package to the vendor/packagename notation you wish to create.

Example: test/package

```
php artisan bootpack:create test/package

```

If you desire a minimal setup, pass in the option --source=legacy or provide a custom template path.

```
php artisan bootpack:create test/package --source=legacy

```

```
php artisan bootpack:create test/package --source=~/path/to/custom/package/template/directory

```

You then have a cool functional terminal to help you create the package. Enjoy!

[![First](public/img/Screen-Shot.png?raw=true "Bootpack Screen Shot")](public/img/Screen-Shot.png?raw=true)

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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 ~13 days

Total

5

Last Release

1560d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/0ac3a8d682f6172779c5f45afd8d942d7f51c97276be63547504be5e9faf2815?d=identicon)[nkwati](/maintainers/nkwati)

---

Top Contributors

[![drnkwati](https://avatars.githubusercontent.com/u/7881511?v=4)](https://github.com/drnkwati "drnkwati (24 commits)")

### Embed Badge

![Health badge](/badges/drnkwati-bootpack/health.svg)

```
[![Health](https://phpackages.com/badges/drnkwati-bootpack/health.svg)](https://phpackages.com/packages/drnkwati-bootpack)
```

###  Alternatives

[owen-it/laravel-auditing

Audit changes of your Eloquent models in Laravel

3.4k33.0M95](/packages/owen-it-laravel-auditing)[laravel/reverb

Laravel Reverb provides a real-time WebSocket communication backend for Laravel applications.

1.5k9.4M48](/packages/laravel-reverb)[spatie/laravel-health

Monitor the health of a Laravel application

85810.0M83](/packages/spatie-laravel-health)[laravel/pennant

A simple, lightweight library for managing feature flags.

57311.1M53](/packages/laravel-pennant)[roots/acorn

Framework for Roots WordPress projects built with Laravel components.

9682.1M97](/packages/roots-acorn)[yajra/laravel-datatables-buttons

Laravel DataTables Buttons Plugin.

2629.1M54](/packages/yajra-laravel-datatables-buttons)

PHPackages © 2026

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