PHPackages                             jasonmichels/groundworkphp - 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. jasonmichels/groundworkphp

ActiveLibrary[Framework](/categories/framework)

jasonmichels/groundworkphp
==========================

GroundworkPHP is a PHP 7 micro framework

0.3.0(10y ago)223MITPHPPHP &gt;=7.0

Since Jan 8Pushed 10y ago1 watchersCompare

[ Source](https://github.com/jasonmichels/groundworkphp)[ Packagist](https://packagist.org/packages/jasonmichels/groundworkphp)[ RSS](/packages/jasonmichels-groundworkphp/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependencies (9)Versions (6)Used By (0)

### GroundworkPHP - PHP 7 micro framework

[](#groundworkphp---php-7-micro-framework)

### Introduction

[](#introduction)

GroundworkPHP is a PHP 7 micro framework

### Example

[](#example)

```
declare(strict_types=1);
require('../vendor/autoload.php');

use GroundworkPHP\Framework\App;
use GroundworkPHP\Framework\Http\Router;
use Symfony\Component\HttpFoundation\JsonResponse;

$httpMethod = $_SERVER['REQUEST_METHOD'];
$uri = rawurldecode(parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH));

$app = new App($uri, $httpMethod, new Router());

$app->get('/', function (JsonResponse $response) {
    $response->setData(['data' => ['stuff' => 'awesome']]);
    return $response;
});

$app->run();
```

### Testing

[](#testing)

```
$ phpunit
```

- Be Awesome!

### Language

[](#language)

- PHP 7

### License

[](#license)

GroundworkPHP is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT)

Authors
-------

[](#authors)

- Jason Michels

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity52

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

Every ~2 days

Total

4

Last Release

3819d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/605117?v=4)[Jason](/maintainers/jasonmichels)[@jasonmichels](https://github.com/jasonmichels)

---

Top Contributors

[![jasonmichels](https://avatars.githubusercontent.com/u/605117?v=4)](https://github.com/jasonmichels "jasonmichels (25 commits)")

---

Tags

phpframeworkPHP7groundworkphp

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jasonmichels-groundworkphp/health.svg)

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[fuel/fuel

FuelPHP is a simple, flexible, community driven PHP 5.4+ framework, based on the best ideas of other frameworks, with a fresh start!

1.5k42.6k](/packages/fuel-fuel)[contao-community-alliance/dc-general

Universal data container for Contao

1579.5k91](/packages/contao-community-alliance-dc-general)[hunzhiwange/framework

The QueryPHP Framework.

6315.8k1](/packages/hunzhiwange-framework)

PHPackages © 2026

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