PHPackages                             n0nag0n/fatfree-devtools - 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/fatfree-devtools

ActiveLibrary[Framework](/categories/framework)

n0nag0n/fatfree-devtools
========================

A set of tools for help in creating models, controllers, routes, etc.

v0.5.1(1y ago)334635MITPHP

Since Sep 29Pushed 7mo ago6 watchersCompare

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

READMEChangelog (10)Dependencies (4)Versions (16)Used By (0)

FatFree DevTools
================

[](#fatfree-devtools)

This is a package that can aid the creation and management of your Fat-Free projects.

**Note: This is not tested against Windows environments for the time being.**

Usage Video
-----------

[](#usage-video)

I created a basic guide to help those that want to get started with this DevTools package.

[![Fat-Free DevTools](https://camo.githubusercontent.com/145a9433fbf93e3b84c1877e1a218c893f578644986783dbdc5298cf7b3b6d3f/68747470733a2f2f696d672e796f75747562652e636f6d2f76692f326b5535532d62795477492f302e6a7067)](https://youtu.be/2kU5S-byTwI)

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

[](#installation)

Installation is through Composer. If you don't have Composer, run the following command.

```
curl -s http://getcomposer.org/installer | php

```

### Globally (recommended)

[](#globally-recommended)

```
composer global require n0nag0n/fatfree-devtools

# or sudo if you run into permissions issues because it's configured for restricted directories
sudo composer global require n0nag0n/fatfree-devtools
```

### Locally

[](#locally)

```
composer require n0nag0n/fatfree-devtools --dev
```

Usage
-----

[](#usage)

Basic usage is provided via the bin that is installed with Composer. Most of the default installations of Composer will use `vendor/bin/` and the root directory for bin files if you've installed this locally.

Otherwise, globally installations can just type `fatfree`. Make sure to place the `~/.composer/vendor/bin` directory in your `PATH` so the `fatfree` executable can be located by your system. As such, the remainder of this readme will only use `fatfree` instead of `vendor/bin/fatfree`.

### Web interface

[](#web-interface)

There is a web interface that can be used instead of usage through CLI. It is recommended to use the web interface for beginners. To start up the web interface run the following command.

```
fatfree serve admin [--help [--port-8081 [--host=localhost]]]
```

Then follow the instructions output in your console for where to navigate to in your browser for the DevTools to display.

### Commands

[](#commands)

This is a list of commands currently being used in the devtools helper.

#### Serve

[](#serve)

This will serve your project using the PHP built-in web server.

```
fatfree serve [--help [--port-8080 [--host=localhost]]]
```

#### Clear Cache

[](#clear-cache)

This will clear your temp cache for you.

```
fatfree cache clear
```

#### Help

[](#help)

Provides a simple help dialog.

```
fatfree help
```

#### Version

[](#version)

Outputs the version.

```
fatfree version
```

###  Health Score

40

—

FairBetter than 87% of packages

Maintenance58

Moderate activity, may be stable

Popularity25

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 82.4% 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 ~115 days

Recently: every ~210 days

Total

15

Last Release

435d ago

### Community

Maintainers

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

---

Top Contributors

[![n0nag0n](https://avatars.githubusercontent.com/u/2322095?v=4)](https://github.com/n0nag0n "n0nag0n (56 commits)")[![ViktorSviridenko](https://avatars.githubusercontent.com/u/108792928?v=4)](https://github.com/ViktorSviridenko "ViktorSviridenko (10 commits)")[![dantefff](https://avatars.githubusercontent.com/u/2883869?v=4)](https://github.com/dantefff "dantefff (1 commits)")[![Lawrence72](https://avatars.githubusercontent.com/u/49914839?v=4)](https://github.com/Lawrence72 "Lawrence72 (1 commits)")

---

Tags

admincomposerdevtoolsfat-free-frameworkfatfreefatfree-frameworkfatfreeframeworkphpphp7

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M190](/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/prompts

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

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

A simple API extension for DateTime.

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

Easily delve into your Laravel application's log files directly from the command line.

91245.3M585](/packages/laravel-pail)

PHPackages © 2026

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