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.6.1(2w ago)334655MITPHPPHP &gt;=7.4CI passing

Since Sep 29Pushed 2w 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 today

READMEChangelog (10)Dependencies (9)Versions (17)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.**

Security
--------

[](#security)

Fat-Free DevTools is a **local development tool only**. The web admin UI can create PHP files, modify routes, run Composer commands, and includes bundled Adminer for database access.

- Only run `fatfree serve admin` on `localhost` or `127.0.0.1`
- Never deploy the DevTools `public/` directory to a production server
- Never expose the admin console to untrusted networks

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 -sS https://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

50

—

FairBetter than 95% of packages

Maintenance96

Actively maintained with recent releases

Popularity24

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 83.6% 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 ~139 days

Recently: every ~298 days

Total

16

Last Release

17d 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 (61 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

###  Code Quality

TestsPHPUnit

### 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

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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