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. [Framework](/categories/framework)
4. /
5. drnkwati/bootpack

ActiveLibrary[Framework](/categories/framework)

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 today

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 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

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

Total

5

Last Release

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

[laravel/sail

Docker files for running a basic Laravel application.

1.9k205.7M1.3k](/packages/laravel-sail)[laravel/boost

Laravel Boost accelerates AI-assisted development by providing the essential context and structure that AI needs to generate high-quality, Laravel-specific code.

3.5k21.5M593](/packages/laravel-boost)[laravel/cashier

Laravel Cashier provides an expressive, fluent interface to Stripe's subscription billing services.

2.6k29.9M146](/packages/laravel-cashier)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M193](/packages/laravel-ai)[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.5k91.9M594](/packages/laravel-passport)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

77022.3M151](/packages/laravel-mcp)

PHPackages © 2026

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