ghjayce/shipshape

Lightweight orchestration tool for clear, extensible PHP business logic.

Maintainers

Package info

github.com/GHJayce/shipshape

Homepage

Issues

Documentation

pkg:composer/ghjayce/shipshape

Statistics

Installs: 170

Dependents: 1

Suggesters: 0

Stars: 0

v1.1.0 2025-12-29 09:19 UTC

This package is auto-updated.

Last update: 2026-04-29 01:39:59 UTC


README

Total Downloads Latest Stable Version License

Introduction

Shipshape is a lightweight business orchestration tool. It breaks down complex business logic into multiple actions, with each action focused on a single responsibility. This allows you to maintain a top-down coding style while making your logic clear, easy to extend, and fast to debug.

Installation

composer require ghjayce/shipshape

Unit testing

./vendor/bin/phpunit
# or
phpunit
# or 
composer run test

License

Shipshape is open-sourced software licensed under the MIT license.