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(4mo ago)00MITPHPPHP &gt;=8.1

Since Dec 18Pushed 4mo agoCompare

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

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

32

—

LowBetter than 72% of packages

Maintenance74

Regular maintenance activity

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity43

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

149d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/afefa37160ff1ff05a8f7d1624bb3b6e0f2849336b09903f42a37057035d7edd?d=identicon)[trayframework](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[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.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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