PHPackages                             trueframe/trueframe - 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. trueframe/trueframe

ActiveProject[Framework](/categories/framework)

trueframe/trueframe
===================

TrueFrame application skeleton

v0.1.1(8mo ago)14MITPHPPHP ^8.2

Since Aug 30Pushed 8mo agoCompare

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

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

TrueFrame
=========

[](#trueframe)

A lightweight, Laravel-like PHP framework.

Setup Instructions
------------------

[](#setup-instructions)

1. **Clone the repository (or use composer create-project):**

    ```
    composer create-project trueframe/trueframe myapp
    cd myapp
    ```

    (If you cloned directly, then `composer install` first)
2. **Copy the environment file and generate an application key:**

    ```
    cp .env.example .env
    php trueframe key:generate # This is run automatically by composer create-project
    ```
3. **Configure your database:**Open `.env` and set your `DB_DRIVER`, `DB_HOST`, `DB_PORT`, `DB_NAME`, `DB_USER`, and `DB_PASS`.
4. **Run database migrations:**

    ```
    php trueframe migrate
    ```
5. **(Optional) Install Tailwind CSS UI scaffold:**

    ```
    npm install -D tailwindcss postcss autoprefixer
    php trueframe ui:install tailwind
    # Now compile assets (e.g., using a simple build script or watch command)
    # npx tailwindcss -i ./resources/css/app.css -o ./public/build/app.css --watch
    ```
6. **Start the PHP development server:**

    ```
    php -S localhost:8000 -t public
    ```

    Now, open your browser and navigate to `http://localhost:8000`.

CLI Commands
------------

[](#cli-commands)

TrueFrame comes with a `trueframe` CLI tool (similar to Laravel's Artisan).

- `php trueframe make:controller  [--resource]`
- `php trueframe make:model  [-m]`
- `php trueframe make:migration `
- `php trueframe migrate`
- `php trueframe migrate:rollback`
- `php trueframe db:seed`
- `php trueframe make:seeder `
- `php trueframe make:middleware `
- `php trueframe make:provider `
- `php trueframe make:request `
- `php trueframe route:list`
- `php trueframe cache:clear`
- `php trueframe key:generate`
- `php trueframe ui:install tailwind`
- `php trueframe ai:scaffold   [--crud --api --views]`
- `php trueframe serve`
- `php trueframe optimize`

Adding additional Composer packages
-----------------------------------

[](#adding-additional-composer-packages)

You can install any package from Packagist:

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance59

Moderate activity, may be stable

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity39

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.

###  Release Activity

Cadence

Every ~0 days

Total

2

Last Release

261d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b63c1132ea0d58e415007243bd94585aa1ff5637600a9da191bec946a443f507?d=identicon)[habe90](/maintainers/habe90)

---

Top Contributors

[![habe90](https://avatars.githubusercontent.com/u/22656146?v=4)](https://github.com/habe90 "habe90 (3 commits)")

### Embed Badge

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

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

###  Alternatives

[laravel/passport

Laravel Passport provides OAuth2 server support to Laravel.

3.4k85.0M532](/packages/laravel-passport)[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)

PHPackages © 2026

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