ghjayce / shipshape
Lightweight orchestration tool for clear, extensible PHP business logic.
Package info
pkg:composer/ghjayce/shipshape
v1.1.0
2025-12-29 09:19 UTC
Requires
- php: ^8.0.2
- phparm/entity: ^1.3
- psr/container: ^2.0
Requires (Dev)
- phpunit/phpunit: ^9.6
README
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.