PHPackages                             ronmi/fthlc - 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. ronmi/fthlc

ActiveLibrary[Framework](/categories/framework)

ronmi/fthlc
===========

Simple but fast PHP framework

0.1(11y ago)513

Since Apr 1Pushed 11y ago1 watchersCompare

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

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

FTHLC - Simple but fast php web framework
=========================================

[](#fthlc---simple-but-fast-php-web-framework)

FTHLC Framework - aka. For Those Who Loves C9s Framework - is a simple but fast web framework for PHP 5.3+.

Introduction
------------

[](#introduction)

Tired using fat, slow, nobody-can-read framework like $ymfoning? Use FTHLC and you'll love it in a second!

FTHLC has exactly zero line of code, which make it be the fastest web framework in the world! No additional effort, no performance penalty, doing just the thing you want it to do!

We use [Pux](https://github.com/c9s/Pux) for routing, [LazyRecord](https://github.com/c9s/LazyRecord) for ORM and also [CLIFramework](https://github.com/c9s/CLIFramework) to save your life! Less step, more c9s! It's definitely c9s all-in-one!

Getting Started
---------------

[](#getting-started)

`php composer.phar require ronmi/fthlc`

Synopsis
--------

[](#synopsis)

Routing:

```
$mux = new Pux\Mux;
$mux->mount('', (new Your/App/Controller())->expand());
```

Controller:

```
class YourController extends Pux\Controller
{
    public function indexAction($arg1, $arg2)
    {
        // do something
    }
}
```

Model:

```
class YourModelSchema extends LazyRecord\Schema
{
    public function schema()
    {
        $this->column('column1')->integer()->default(1);
    }
}
```

and

```
vendor/bin/lazy init
vendor/bin/lazy conf
vendor/bin/lazy build-schema
vendor/bin/lazy create-db
vendor/bin/lazy sql

vendor/bin/lazy migrate
```

Command line interface:

```
class YourCLICommand extends CLIFramework\Command
{
    public function brief() {
        return 'Only for test.';
    }
    public function arguments($args)
    {
        $args->add('arg1');
    }
    public function execute($arg1)
    {
        $this->logger->info($arg1);
    }
}
```

Testimonials
------------

[](#testimonials)

- We have 3141.59% speed boost after changing from $ymfoning to FTHLC. **
- Fast, fast, and faster! **
- I will never use any other framework! **
- 用了它之後，我感覺自己變聰明了，考試都考一百分呢！ **

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

4066d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1ef743a4ba2b41bc6643ca3c4d71f4608abee7dc617efa09b18e3fa0a44aeda8?d=identicon)[Ronmi](/maintainers/Ronmi)

---

Top Contributors

[![Ronmi](https://avatars.githubusercontent.com/u/59556?v=4)](https://github.com/Ronmi "Ronmi (1 commits)")

### Embed Badge

![Health badge](/badges/ronmi-fthlc/health.svg)

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

###  Alternatives

[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.

712181.8M596](/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.

91545.3M590](/packages/laravel-pail)[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68535.8M592](/packages/nette-bootstrap)

PHPackages © 2026

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