PHPackages                             notrab/dumbo - 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. notrab/dumbo

ActiveLibrary[Framework](/categories/framework)

notrab/dumbo
============

A lightweight, friendly PHP framework for HTTP.

v1.1.0(1y ago)30635721[8 PRs](https://github.com/notrab/dumbo/pulls)MITPHPPHP &gt;=8.3CI passing

Since Sep 5Pushed 2mo ago3 watchersCompare

[ Source](https://github.com/notrab/dumbo)[ Packagist](https://packagist.org/packages/notrab/dumbo)[ Docs](https://github.com/notrab/dumbo)[ GitHub Sponsors](https://github.com/notrab)[ RSS](/packages/notrab-dumbo/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (3)Dependencies (8)Versions (15)Used By (0)

 [![Dumbo](dumbo.jpeg)](dumbo.jpeg)

Dumbo
=====

[](#dumbo)

 A lightweight, friendly PHP framework for HTTP — Inspired by Hono.

 [  ![Discord](https://camo.githubusercontent.com/0dbafc8de08663d44a76a8667f67e208f01284daeedc28e7be2455f6db49e5b5/68747470733a2f2f696d672e736869656c64732e696f2f646973636f72642f313237383633373736383931383137313730393f636f6c6f723d384132424532)  ](https://discord.gg/nAq2h9BfsU)  ![Contributors](https://camo.githubusercontent.com/23d768d459200763ade28275da49218731fe4ae229371bb18417212913861595/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f636f6e7472696275746f72732f6e6f747261622f64756d626f3f636f6c6f723d384132424532)  [  ![Total downloads](https://camo.githubusercontent.com/d1899f7e978aac4cd69209a1dce0ceb7ca3354f59252bdf69146448498737c23/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6e6f747261622f64756d626f3f636f6c6f723d384132424532)  ](https://packagist.org/packages/notrab/dumbo) [ ![Examples](https://camo.githubusercontent.com/79d38a4116def5559b33f3ade768b310e68bca7aab46d73fe6097a98a123a583/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f62726f7773652d6578616d706c65732d384132424532) ](/examples)

Features
--------

[](#features)

- 🚀 Lightweight and fast
- 🧩 Middleware support
- 🛣️ Flexible routing with parameters
- 🔒 Built-in security features (CSRF, JWT)
- 🍪 Cookie management
- 📅 Date helpers
- 🔍 Request ID for tracing
- 📁 Static file serving
- 🔐 Basic and Bearer authentication
- 📝 Logging support
- 🗃️ HTTP caching
- 🔄 CORS support
- 🧬 Environment-based configuration

Install
-------

[](#install)

```
composer require notrab/dumbo
```

Quickstart
----------

[](#quickstart)

Here's a basic example of how it works!

```
