PHPackages                             lam.nguyen247/fast-framework - 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. lam.nguyen247/fast-framework

ActiveProject[Framework](/categories/framework)

lam.nguyen247/fast-framework
============================

FastPHP framework

04PHP

Since May 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/lam-nguyen247/fast-framework)[ Packagist](https://packagist.org/packages/lam.nguyen247/fast-framework)[ RSS](/packages/lamnguyen247-fast-framework/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#installation)

```
   composer create-project lam.nguyen247/fast-framework:dev-master your-project-folder
```

How to start
------------

[](#how-to-start)

```
   cp .env.example .env
   php creator key:generate
   php creator jwt:install
   php creator config:cache
   php creator migrate
   php creator db:seed
```

\_note: Create database before run migrate

About FastPHP Framework
-----------------------

[](#about-fastphp-framework)

FastPHP is a web application framework designed with a focus on speed and efficiency. We believe that development should be a seamless and satisfying experience, where coding is a joy, not a burden. Our goal is to streamline the web development process by simplifying common tasks that are required in most web projects, such as:

FastPHP is a powerful yet accessible framework that provides all the necessary tools for building large and robust applications. With its elegant and innovative design, it combines simplicity and functionality to give you the tools you need to create any type of web application you can imagine. Whether you're working on a personal project or a complex enterprise application, FastPHP makes the process fast, efficient, and enjoyable.

Features from FastPHP Framework
-------------------------------

[](#features-from-fastphp-framework)

*Require PHP Version &gt;= `8.0`*

Let's run `php creator list` to see all available supported commands. Here is some available feature.

**Example command**

```
   php creator make:command {Command name}
   php creator make:controller {Controller name}
   php creator make:model {Model name}
   php creator make:request {Request name}
   php creator make:migration --table={Table name}
```

**Refresh caching**

```
   php creator config:cache
```

**Generate application key**

```
   php creator key:generate
```

**Install `Json Web Tokens` for the application**

```
   php creator jwt:install
```

> Then remember refresh caching to register new application key !

**Run migration**

```
   php creator migrate
```

Rollback all of them

```
   php creator migrate:rollback
```

**Run the seeder**

```
   php creator db:seed
```

**Live run query**

```
   php creator exec:query --query="select * from users"
```

Make a test. Please give --test=true, like:

```
   php creator exec:query --query="select * from users" --test=true
```

**List of your defined route.**

```
   php creator route:list
```

View under `json` or `array`

```
   php creator route:list --format=json/array
```

###  Health Score

14

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity3

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b5a583eaa9ce92c38f98a9bfbb06dbdb9b96bda83e332d4e20be7f6f81aa625d?d=identicon)[lam.nguyen247](/maintainers/lam.nguyen247)

---

Top Contributors

[![lnguyen24794](https://avatars.githubusercontent.com/u/188014391?v=4)](https://github.com/lnguyen24794 "lnguyen24794 (6 commits)")

### Embed Badge

![Health badge](/badges/lamnguyen247-fast-framework/health.svg)

```
[![Health](https://phpackages.com/badges/lamnguyen247-fast-framework/health.svg)](https://phpackages.com/packages/lamnguyen247-fast-framework)
```

###  Alternatives

[laravel/dusk

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

1.9k39.6M300](/packages/laravel-dusk)[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)
