PHPackages                             raymondoor/frrame - 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. raymondoor/frrame

ActiveProject[Framework](/categories/framework)

raymondoor/frrame
=================

A PHP application blueprint.

1.0(yesterday)02↑2900%MITPHPPHP &gt;=8.4

Since Aug 8Pushed yesterdayCompare

[ Source](https://github.com/Raymondoor/Frrame)[ Packagist](https://packagist.org/packages/raymondoor/frrame)[ RSS](/packages/raymondoor-frrame/feed)WikiDiscussions main Synced today

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

Frrame
======

[](#frrame)

A PHP application blueprint, not a framework you learn — a small directory convention you copy and then treat as your own code.

Philosophy
----------

[](#philosophy)

- **Nothing is mandatory except a handful of top-level directories.** Sessions, HTTP headers, DB access, i18n — all optional, independent, swappable classes that live in your own `app/`, not hidden in a `vendor/` package.
- **Routing never depends on URL-rewriting.** An entry file's path relative to wherever your webserver's docroot points *is* the route — no `mod_rewrite`, no `.htaccess`, no router required. If you don't control the webserver, this is what lets the project run unmodified anyway: copy the files up and it works.
- **Everything else is free.** A router, DI container, ORM, global exception handler — none of it is off-limits, it's just not shipped by default.

Getting started
---------------

[](#getting-started)

```
composer create-project raymondoor/frrame
cd
npm install
cp .env.sample .env   # then fill in your own values
```

Point your webserver's docroot at `public/` (or somewhere else entirely — routing doesn't care). During development:

```
npm run dev            # Vite dev server
vendor/bin/phpunit     # test/Unit/
```

For production, `npm run build` outputs to `public/dist/`.

Directory structure
-------------------

[](#directory-structure)

```
app/       PHP application code (blueprints, controllers, models, ...)
public/    webroot — every index.php here is a route
resource/  views, i18n, front-end source, DB migrations
script/    CLI scripts (migrations, seeders)
doc/       human-facing project docs
log/       runtime log output (gitignored)
test/      Unit (PHPUnit), Agent/User (disposable checks)

```

Learn more
----------

[](#learn-more)

See [`doc/context/`](doc/context/) for architecture decisions, implementation notes, and product context.

###  Health Score

42

—

FairBetter than 88% of packages

Maintenance100

Actively maintained with recent releases

Popularity3

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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

1d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/109900459?v=4)[Raymond](/maintainers/raymondoor)[@Raymondoor](https://github.com/Raymondoor)

---

Top Contributors

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

---

Tags

frameworkFrrame

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.9k556.2M21.1k](/packages/laravel-framework)[tempest/framework

The PHP framework that gets out of your way.

2.3k37.6k19](/packages/tempest-framework)[spiral/framework

Spiral, High-Performance PHP/Go Framework

2.1k2.3M71](/packages/spiral-framework)[lion/bundle

Lion-framework configuration and initialization package

132.4k5](/packages/lion-bundle)[pressbooks/pressbooks

Pressbooks is an open source book publishing tool built on a WordPress multisite platform. Pressbooks outputs books in multiple formats, including PDF, EPUB, web, and a variety of XML flavours, using a theming/templating system, driven by CSS.

45844.8k1](/packages/pressbooks-pressbooks)[doppar/framework

The Doppar Framework

4112.6k14](/packages/doppar-framework)

PHPackages © 2026

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