PHPackages                             n0nag0n/shoofly - 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. n0nag0n/shoofly

ActiveLibrary[Framework](/categories/framework)

n0nag0n/shoofly
===============

A fork of Fat-Free by Bong Cosca to update and elevate the framework to modern standards.

v4.0.0(2y ago)45GPL-3.0PHPPHP &gt;=7.4

Since Dec 12Pushed 2y agoCompare

[ Source](https://github.com/n0nag0n/shoofly)[ Packagist](https://packagist.org/packages/n0nag0n/shoofly)[ Docs](http://fatfreeframework.com/)[ RSS](/packages/n0nag0n-shoofly/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (30)Used By (0)

Shoofly Framework
=================

[](#shoofly-framework)

A Fat-Free Framework core library fork with a few extra features.

### Usage:

[](#usage)

First make sure to add a proper url rewrite configuration to your server, see

**Composer:**

```
composer require n0nag0n/shoofly

```

```
require("vendor/autoload.php");

// Create the app instance
$App = \Shoofly\Base::instance();

// setup a simple route
$App->route('GET /', function() {
	echo 'Hello, world!';
});

// run the dang thing!
$App->run();
```

---

For the main repository (demo package), see
For the test bench and unit tests, see
For the user guide, see
For the documentation, see

### Development:

[](#development)

If you're going to do development on this codebase, you'll need to check the following commands before you commit:

```
# Unit tests of course
composer test # or composer phpunit

# Beautify the code
composer beautify # or composer phpcbf

# Check for code style issues
composer style # or composer phpcs
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor1

Top contributor holds 64.7% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~116 days

Recently: every ~163 days

Total

29

Last Release

894d ago

Major Versions

1.0.0-beta2 → 3.5.12015-12-31

1.1.0-alpha1 → v3.6.02016-11-19

1.1.0 → 3.6.12017-04-02

3.8.1 → v4.x-dev2023-05-31

3.8.2 → v4.0.02023-11-30

PHP version history (4 changes)3.5.0PHP &gt;=5.3.6

1.0.0-alpha1PHP &gt;=5.4

v4.x-devPHP &gt;=8.2

v4.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2322095?v=4)[n0nag0n](/maintainers/n0nag0n)[@n0nag0n](https://github.com/n0nag0n)

---

Top Contributors

[![bcosca](https://avatars.githubusercontent.com/u/199570?v=4)](https://github.com/bcosca "bcosca (1150 commits)")[![ikkez](https://avatars.githubusercontent.com/u/1177647?v=4)](https://github.com/ikkez "ikkez (353 commits)")[![xfra35](https://avatars.githubusercontent.com/u/1838531?v=4)](https://github.com/xfra35 "xfra35 (169 commits)")[![Rayne](https://avatars.githubusercontent.com/u/1098733?v=4)](https://github.com/Rayne "Rayne (25 commits)")[![nanawel](https://avatars.githubusercontent.com/u/4866761?v=4)](https://github.com/nanawel "nanawel (12 commits)")[![n0nag0n](https://avatars.githubusercontent.com/u/2322095?v=4)](https://github.com/n0nag0n "n0nag0n (11 commits)")[![sgpinkus](https://avatars.githubusercontent.com/u/3386865?v=4)](https://github.com/sgpinkus "sgpinkus (8 commits)")[![sorbits](https://avatars.githubusercontent.com/u/11901?v=4)](https://github.com/sorbits "sorbits (6 commits)")[![emanwebdev](https://avatars.githubusercontent.com/u/1505372?v=4)](https://github.com/emanwebdev "emanwebdev (6 commits)")[![ptdev](https://avatars.githubusercontent.com/u/1280528?v=4)](https://github.com/ptdev "ptdev (6 commits)")[![sn0opy](https://avatars.githubusercontent.com/u/49074?v=4)](https://github.com/sn0opy "sn0opy (5 commits)")[![Ayesh](https://avatars.githubusercontent.com/u/811553?v=4)](https://github.com/Ayesh "Ayesh (2 commits)")[![kumy](https://avatars.githubusercontent.com/u/176794?v=4)](https://github.com/kumy "kumy (2 commits)")[![crypto-scythe](https://avatars.githubusercontent.com/u/908195?v=4)](https://github.com/crypto-scythe "crypto-scythe (2 commits)")[![eschultz](https://avatars.githubusercontent.com/u/390064?v=4)](https://github.com/eschultz "eschultz (2 commits)")[![MINORITYmaN](https://avatars.githubusercontent.com/u/2734697?v=4)](https://github.com/MINORITYmaN "MINORITYmaN (2 commits)")[![Weshley](https://avatars.githubusercontent.com/u/63270801?v=4)](https://github.com/Weshley "Weshley (2 commits)")[![Alanaktion](https://avatars.githubusercontent.com/u/236490?v=4)](https://github.com/Alanaktion "Alanaktion (2 commits)")[![sgtlambda](https://avatars.githubusercontent.com/u/5894809?v=4)](https://github.com/sgtlambda "sgtlambda (2 commits)")[![ZeunO8](https://avatars.githubusercontent.com/u/95558717?v=4)](https://github.com/ZeunO8 "ZeunO8 (1 commits)")

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/n0nag0n-shoofly/health.svg)

```
[![Health](https://phpackages.com/badges/n0nag0n-shoofly/health.svg)](https://phpackages.com/packages/n0nag0n-shoofly)
```

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
