PHPackages                             secondtruth/wumbo - 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. secondtruth/wumbo

ActiveLibrary[Framework](/categories/framework)

secondtruth/wumbo
=================

A simple web application framework

115PHP

Since Jan 3Pushed 3y ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Wumbo Framework
===============

[](#wumbo-framework)

***Go from Mini to Wumbo!***

Wumbo is a framework for building simple web applications in PHP.

Installation
------------

[](#installation)

### Install via Composer

[](#install-via-composer)

[Install Composer](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-macos) if you don't already have it present on your system.

To install the library, run the following command and you will get the latest version:

```
$ composer require secondtruth/wumbo:dev-main

```

Usage
-----

[](#usage)

Create a new file called `public/index.php` and add some code like this:

```
