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

ActiveLibrary[Framework](/categories/framework)

phpieces/framework
==================

A simple framework built with php league components

v0.1.1(10y ago)124MITPHP ~5.5|~7.0

Since Jun 26Compare

[ Source](https://github.com/PHPieces/Framework)[ Packagist](https://packagist.org/packages/phpieces/framework)[ Docs](https://github.com/phpieces/framework)[ RSS](/packages/phpieces-framework/feed)WikiDiscussions Synced 3d ago

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

framework
=========

[](#framework)

[![Latest Version on Packagist](https://camo.githubusercontent.com/593208b5cd0284ba702227c0609fe2e3003f56036dc8b6dda55c20780f8eef71/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f70687069656365732f6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpieces/framework)[![Software License](https://camo.githubusercontent.com/55c0218c8f8009f06ad4ddae837ddd05301481fcf0dff8e0ed9dadda8780713e/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c61742d737175617265)](LICENSE.md)[![Build Status](https://camo.githubusercontent.com/19278e2d576e4f4da1f9906818276055544c83cf7086fbb783ab5c5146c882a0/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f50485069656365732f4672616d65776f726b2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/PHPieces/Framework)[![Coverage Status](https://camo.githubusercontent.com/c2572305b10e5847d70bfff53fb72801e4b79941397036d0ea530e4d9714418b/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f70687069656365732f6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phpieces/framework/code-structure)[![Quality Score](https://camo.githubusercontent.com/4e189cdce50b1fa3943a3c55ef21dd51d15e9532e73b4cf2b1d374f70f22aa85/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f70687069656365732f6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/phpieces/framework)[![Total Downloads](https://camo.githubusercontent.com/f0c5f7bea6ff3fb6b08e03dad2faf327ec9869acb027f71c518a5b2b6fa7f718/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f70687069656365732f6672616d65776f726b2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/phpieces/framework)

A simple framework built with php league components

Install
-------

[](#install)

Via Composer

```
$ composer require phpieces/framework
```

Usage
-----

[](#usage)

```
require __DIR__ .'/../vendor/autoload.php';

$config = [
    'template_dir' => 'template/folder'
];

$app = new App($config);

$app->get('/', function(ServerRequestInterface $request, ResponseInterface $response) {
    $response->getBody()->write($this->templates->render('home'));

    return $response;
});

$app->run();
```

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CONDUCT](CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Joseph Lyons](https://github.com/jclyons52)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

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

Total

3

Last Release

3637d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6395559?v=4)[Joseph Lyons](/maintainers/jclyons52)[@jclyons52](https://github.com/jclyons52)

---

Tags

frameworkphpieces

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.9k19.5M1.8k](/packages/cakephp-cakephp)[cakephp/core

CakePHP Framework Core classes

6128.7M64](/packages/cakephp-core)[phprest/phprest

PHP Rest Framework.

3049.3k](/packages/phprest-phprest)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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