PHPackages                             wpwwhimself/shipyard - 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. wpwwhimself/shipyard

ActiveLibrary[Framework](/categories/framework)

wpwwhimself/shipyard
====================

A starting piece for WPWW's website, with many useful things to accelerate building new things

v4.1.4(1w ago)0677↑157.1%MITPHP

Since Nov 28Pushed 1w ago1 watchersCompare

[ Source](https://github.com/wpwwhimself/shipyard)[ Packagist](https://packagist.org/packages/wpwwhimself/shipyard)[ Docs](https://github.com/wpwwhimself/shipyard)[ RSS](/packages/wpwwhimself-shipyard/feed)WikiDiscussions main Synced 1w ago

READMEChangelog (10)Dependencies (81)Versions (159)Used By (0)

[![Shipyard banner](/meta/full_banner.svg)](/meta/full_banner.svg)

This project is a framework for my own web apps.

Concepts
--------

[](#concepts)

This template aims to create a starting point (and a joint upgrade environment, IYKWIM) for all projects made *usually* for environments without luxury of `npm` – like on a shared hosting. That's why it covers a specific scenario:

- no NPM reliance
    - no asset bundling (Vite)
    - no big frontend frameworks (React, Vue)

How to start?
-------------

[](#how-to-start)

Shipyard requires *Laravel* installation.

1. Add Composer settings:

```
{
    ...
    // refresh Shipyard after updates
    "scripts": {
        ...
        "post-update-cmd": [
            ...
            "@php artisan shipyard:install"
        ],
    },
    ...
}
```

1. Fill out important fields in `.env`, mainly:

    - `DB_??` - required for migrations,
    - `MAIL_FROM_ADDRESS` - required for archmage user migration,
2. Install package:

```
composer require wpwwhimself/shipyard

```

Dev mode - load Shipyard from a directory next door
---------------------------------------------------

[](#dev-mode---load-shipyard-from-a-directory-next-door)

1. In a joint folder, clone this repository into `shipyard` subfolder
2. Install Laravel app in a `app` subfolder
3. Add Composer settings:

```
{
    ...
    // appends Shipyard repository
    "repositories": {
        "shipyard": {
            "type": "path",
            "url": "../shipyard",
            "options": {
                "symlink": true
            }
        }
    },
    ...
}
```

4. Add Composer env variables to load shipyard locally and install package:

```
composer require wpwwhimself/shipyard:dev-main

```

###  Health Score

48

—

FairBetter than 94% of packages

Maintenance98

Actively maintained with recent releases

Popularity18

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Total

156

Last Release

10d ago

Major Versions

0.0.1 → 1.1.02025-04-08

1.1.0 → 2.0.02025-09-03

v2.23.1 → v3.0.02026-04-05

v3.10.2 → v4.0.02026-07-17

### Community

Maintainers

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

---

Top Contributors

[![wpwwhimself](https://avatars.githubusercontent.com/u/102858173?v=4)](https://github.com/wpwwhimself "wpwwhimself (612 commits)")

---

Tags

laravelstarter-kitframeworklaravelstarter packshipyardwpwwhimself

### Embed Badge

![Health badge](/badges/wpwwhimself-shipyard/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

10.8k2.5k](/packages/unopim-unopim)[laravel/sail

Docker files for running a basic Laravel application.

1.9k212.4M1.5k](/packages/laravel-sail)[laravel/ai

The official AI SDK for Laravel.

1.1k4.6M315](/packages/laravel-ai)[laravel/mcp

Rapidly build MCP servers for your Laravel applications.

79227.1M227](/packages/laravel-mcp)[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.6k26.0M803](/packages/laravel-boost)[laravel/cashier

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

2.6k31.8M160](/packages/laravel-cashier)

PHPackages © 2026

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