PHPackages                             hongyukeji/laravel-package - 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. hongyukeji/laravel-package

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

hongyukeji/laravel-package
==========================

Laravel 5 package bootstraper

09PHP

Since May 25Pushed 6y agoCompare

[ Source](https://github.com/hongyukeji/laravel-package)[ Packagist](https://packagist.org/packages/hongyukeji/laravel-package)[ RSS](/packages/hongyukeji-laravel-package/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)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 ;D

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

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

[](#installation)

```
composer require hongyukeji/laravel-package

```

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

```
Hongyukeji\LaravelPackage\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: hongyukeji/laravel-package

```
php artisan bootpack:create test/package

```

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

[![First](https://camo.githubusercontent.com/0f2d72aa6e9db493d397463ee174cfa3307ac921a1d5f299d8043de549e18ab5/687474703a2f2f692e696d6775722e636f6d2f37586b4b7451652e706e67)](https://camo.githubusercontent.com/0f2d72aa6e9db493d397463ee174cfa3307ac921a1d5f299d8043de549e18ab5/687474703a2f2f692e696d6775722e636f6d2f37586b4b7451652e706e67)

[![Second](https://camo.githubusercontent.com/4aa3e02c432d2d6c2ee1c0743e3986f1cfa8af1d6195643d1b0049bce57adaa6/687474703a2f2f692e696d6775722e636f6d2f6867427a5151772e706e67)](https://camo.githubusercontent.com/4aa3e02c432d2d6c2ee1c0743e3986f1cfa8af1d6195643d1b0049bce57adaa6/687474703a2f2f692e696d6775722e636f6d2f6867427a5151772e706e67)

Package Structure
-----------------

[](#package-structure)

[![Structure](https://camo.githubusercontent.com/33a32e8a0ea9909e7c660c9879624b6edb3b19f1cb5a596e996120b180e0f6dd/687474703a2f2f692e696d6775722e636f6d2f774f45796e4b4e2e706e67)](https://camo.githubusercontent.com/33a32e8a0ea9909e7c660c9879624b6edb3b19f1cb5a596e996120b180e0f6dd/687474703a2f2f692e696d6775722e636f6d2f774f45796e4b4e2e706e67)

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity37

Early-stage or recently created project

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/484917e0c99c9779961352578c18bae13504567d6ec43cc3c594b3e447aad436?d=identicon)[hongyukeji](/maintainers/hongyukeji)

### Embed Badge

![Health badge](/badges/hongyukeji-laravel-package/health.svg)

```
[![Health](https://phpackages.com/badges/hongyukeji-laravel-package/health.svg)](https://phpackages.com/packages/hongyukeji-laravel-package)
```

###  Alternatives

[olimortimer/laravelshoppingcart

Laravel Shoppingcart

4343.2k](/packages/olimortimer-laravelshoppingcart)[rap2hpoutre/remove-stop-words

Remove stop words from a string

1528.3k](/packages/rap2hpoutre-remove-stop-words)[wenhainan/thinkcsv

csv处理组件,导入导出csv

223.4k](/packages/wenhainan-thinkcsv)

PHPackages © 2026

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