PHPackages                             james.rus52/phpfrm - 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. james.rus52/phpfrm

ActiveLibrary[Framework](/categories/framework)

james.rus52/phpfrm
==================

PHP framework

1.8.2(4y ago)1108MITPHPPHP ^7.2|^8.0CI failing

Since Mar 26Pushed 4y ago1 watchersCompare

[ Source](https://github.com/jamesRUS52/phpfrm)[ Packagist](https://packagist.org/packages/james.rus52/phpfrm)[ RSS](/packages/jamesrus52-phpfrm/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (4)Versions (39)Used By (0)

Mini Web Framework on PHP
=========================

[](#mini-web-framework-on-php)

[![](https://github.com/jamesRUS52/phpfrm/workflows/Tests/badge.svg)](https://github.com/jamesRUS52/phpfrm/workflows/Tests/badge.svg)

How to install
--------------

[](#how-to-install)

make a composer.json file in root folder of your app

```
{
    "autoload" : {
        "psr-4" : {
            "app\\": "app"
        }
    },
    "require" : {
        "james.rus52/phpfrm": "^1.7",
        "phpmailer/phpmailer": "~6.0",
    }
}
```

Install framework

```
composer install

```

copy project template from vendor/james.rus52/phpfrm to your root folder

it look like this after that

```
/
  /app
    /controllers
       /AppController.php
       /MainController.php
    /models
       /AppModel.php
       /MainModel.php
    /views
       /Main
         /index.php
       /layouts
         /default.php
   /widgets
     /menu
       /Menu.php
       /layout_app.php
  /public
    /index.php
    /.htaccess
    /js
    /css
    /img
    /plugins
  /tmp
    /cache
  /logs
  /.htaccess
  /vendor
    /james.rus52/phpfrm
  /composer.json

```

How to use
----------

[](#how-to-use)

Change your website layout in /views/layouts/default.php Make additional pages like index.php

1. Make a controller in /app/controllers extedded of AppController class
2. Make a model in /app/models extedded of AppModel class
3. Make a view in /app/views/

Configuration
-------------

[](#configuration)

You can manage routes and settings at /config folder

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

Established project with proven stability

 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 ~22 days

Recently: every ~65 days

Total

38

Last Release

1782d ago

PHP version history (4 changes)1.0PHP ^5.6 || ^7.0

1.7.3PHP ^7.1

1.7.4PHP ^7.2

1.8PHP ^7.2|^8.0

### Community

Maintainers

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

---

Top Contributors

[![jamesRUS52](https://avatars.githubusercontent.com/u/39707635?v=4)](https://github.com/jamesRUS52 "jamesRUS52 (48 commits)")

---

Tags

phpframeworkmvc

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

PHPackages © 2026

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