wiggum / framework
Wiggum is a PHP framework that helps you quickly write powerful web applications and APIs.
v4.0.1
2026-08-26 16:03 UTC
Requires
- php: ^8.2
- ext-mbstring: *
- ext-sodium: *
Requires (Dev)
- mikey179/vfsstream: ^1.6
- phpunit/phpunit: ^11.5.50
README
Wiggum is a PHP framework that helps you quickly write powerful web applications and APIs.
Installation
It's recommended that you use Composer to install Wiggum.
composer require wiggum/framework:^4.0
This installs Wiggum and its required dependencies. Wiggum 4 requires PHP 8.2+, ext-mbstring, and ext-sodium.
Upgrading from version 3? Read the upgrade guide and changelog.