PHPackages                             juststeveking/launchpad - 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. juststeveking/launchpad

ActiveLibrary

juststeveking/launchpad
=======================

A helpful Laravel package to help me get started in Laravel projects quicker.

151.5k2PHP

Since Jun 12Pushed 2y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Launchpad
=========

[](#launchpad)

A helpful Laravel package to help me get started in Laravel projects quicker.

This is still a work in progress, so use at your own risk!

CLI Commands
------------

[](#cli-commands)

- `php artisan setup:phpstan`: This command will publish a default PHPStan configuration file in the root directory of your Laravel Project.
- `php artisan setup:pint`: This command will publish a default Laravel Pint configuration file in the root directory of your Laravel Project.

Helpers
-------

[](#helpers)

- `CacheService` - A helper to allow you to use caching underneath an abstracted class. Currently only implements:
    - `remember` which accepts:
        - `CacheKey` Enum
        - `CacheExpiry` Enum
        - `Closure` callback
- `Resolver` - A helper to allow you to fetch typed values from config.
- `Portal` - A helper to allow you to interact with the Laravel Database Manager, current methods implemented:
    - `transaction` which will allow you to do Database Transactions easily.
- `DispatchableCommandBus` - A helper to allow you to dispatch background jobs using the DI container instead of the Facade.

Traits/Concerns
---------------

[](#traitsconcerns)

- `RendersInertiaComponent` - Add this to your Web Controllers, to have access to the underlying Response Factory for Inertia by using `$this->response->render()`.

Contracts
---------

[](#contracts)

- `SelfRegistersToContainer` - A contract that you can add to a class, which is used for self registration into the DI container for classes.
- `CacheExpiry` - A contract that we will add to Enums that are related to Cache Expiry times.
- `CacheKey` - A contract that we will add to Enums that are related to Cache Keys.

API Responses
-------------

[](#api-responses)

- `MessageResponse` - A response class that will return a response with the key `message`.
- `ModelResponse` - A response class that accepts an Eloquent Resource class.
- `CollectionResponse` - A response class that accepts an Eloquent Resource collection class.

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity24

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/a87fe82b349821ebd49cf57d65c4cd3e33ae0833222a8438d90fe8921ca899ea?d=identicon)[JustSteveKing](/maintainers/JustSteveKing)

---

Top Contributors

[![JustSteveKing](https://avatars.githubusercontent.com/u/6368379?v=4)](https://github.com/JustSteveKing "JustSteveKing (25 commits)")

### Embed Badge

![Health badge](/badges/juststeveking-launchpad/health.svg)

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

PHPackages © 2026

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