PHPackages                             genproframework/skeleton - 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. genproframework/skeleton

ActiveProject[Framework](/categories/framework)

genproframework/skeleton
========================

GenPro Framework Skeleton Application

v1.0.0(6mo ago)00MITPHPPHP &gt;=8.1

Since Dec 18Pushed 6mo agoCompare

[ Source](https://github.com/genproframework/skeleton)[ Packagist](https://packagist.org/packages/genproframework/skeleton)[ RSS](/packages/genproframework-skeleton/feed)WikiDiscussions main Synced today

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

GenPro Framework Skeleton
=========================

[](#genpro-framework-skeleton)

A modern PHP framework skeleton for building web applications.

Requirements
------------

[](#requirements)

- PHP &gt;= 8.1
- Composer

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

[](#installation)

```
composer create-project genproframework/skeleton myapp
cd myapp
```

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

[](#configuration)

1. Copy `.env.example` to `.env`
2. Update database credentials
3. Configure your application settings

Directory Structure
-------------------

[](#directory-structure)

```
├── public_html/          # Web root
│   └── index.php         # Entry point
├── src/
│   ├── application/      # Application code
│   │   ├── backend/      # Backend modules
│   │   └── frontend/     # Frontend modules
│   └── configs/          # Configuration files
├── cache/                # Cache directory
├── logs/                 # Log files
└── vendor/               # Composer dependencies

```

Quick Start
-----------

[](#quick-start)

```
// src/application/backend/modules/home/controller.php
class HomeController extends \GenProFramework\Abstracts\ControllerAbstract
{
    public function index()
    {
        $this->assign('title', 'Welcome');
        $this->show('index', true);
    }
}
```

License
-------

[](#license)

MIT License

###  Health Score

31

—

LowBetter than 66% of packages

Maintenance66

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity44

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

197d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/210342552?v=4)[Najib Wahid](/maintainers/trayframework)[@trayframework](https://github.com/trayframework)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/dusk

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

1.9k39.6M299](/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)
