PHPackages                             pragma-framework/framework - 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. pragma-framework/framework

ActiveLibrary[Framework](/categories/framework)

pragma-framework/framework
==========================

The Pragma Framework

v1.0.1(8y ago)2513MITPHPPHP &gt;=5.3.0

Since Nov 9Pushed 7y ago2 watchersCompare

[ Source](https://github.com/pragma-framework/framework)[ Packagist](https://packagist.org/packages/pragma-framework/framework)[ RSS](/packages/pragma-framework-framework/feed)WikiDiscussions master Synced 2mo ago

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

Pragma Framework
================

[](#pragma-framework)

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

[](#installation)

### Using composer

[](#using-composer)

```
$ composer create-project pragma-framework/framework [project-name] dev-master

```

### Using git

[](#using-git)

```
$ git clone https://github.com/pragma-framework/framework.git

```

Dependencies
------------

[](#dependencies)

```
$ composer install

```

Alternatively we provide a Makefile for some redundant tasks:

```
$ make vendor

```

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

[](#configuration)

Copy the `config.default.php` to `config.php`, and edit the `DB_*` constant values according to your system installation.

```
$ make config/config.php
$ $VISUAL config/config.php

```

Assets management
-----------------

[](#assets-management)

The `assets/` folder isn't in the `public/` folder used as the DocumentRoot/root for your Web server.

The idea is to allow you to work on your source files and only make the compiled version available to the world (e.g: sass -&gt; css, coffee -&gt; js, ...).

**Hierarchy file structure example:**

```
.
[...]
+-- assets
|   +-- images
|   +-- javascripts
|   |   +-- lib
|   |   |   +-- jquery.min.js
|   |   +-- app.js
|   +-- stylesheets
|   |   +-- src
|   |   |   +-- styles.sass
|   |   +-- dist
|   |   |   +-- lib
|   |   |   |   +-- bootstrap.min.css
|   |   |   +-- styles.css
[...]
+-- public

```

Assuming you have this tree, you can make available the needed assets as follow:

```
$ cd public/
$ mkdir assets/
$ cd assets/
$ ln -s ../../assets/images ./
$ ln -s ../../assets/javascripts ./
$ ln -s ../../assets/stylesheets/dist ./stylesheets

```

###  Health Score

29

—

LowBetter than 59% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

Top contributor holds 65% 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 ~115 days

Total

3

Last Release

3245d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/96c7742e8371ca21c3518a55945f737d11d72431c4490bc92958018fa5cbe023?d=identicon)[cyrilrouyer](/maintainers/cyrilrouyer)

---

Top Contributors

[![cyrilrouyer](https://avatars.githubusercontent.com/u/23081586?v=4)](https://github.com/cyrilrouyer "cyrilrouyer (13 commits)")[![pips-](https://avatars.githubusercontent.com/u/1785712?v=4)](https://github.com/pips- "pips- (7 commits)")

---

Tags

frameworkpragma

### Embed Badge

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

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

###  Alternatives

[hemp/presenter

Easy Model Presenters in Laravel

247592.6k1](/packages/hemp-presenter)[pestphp/pest-plugin-stressless

Stressless plugin for Pest

67792.6k16](/packages/pestphp-pest-plugin-stressless)[wpstarter/framework

The WpStarter Framework - Laravel Framework for WordPress

1810.1k4](/packages/wpstarter-framework)

PHPackages © 2026

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