PHPackages                             harps/harps - 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. harps/harps

ActiveLibrary[Framework](/categories/framework)

harps/harps
===========

Harps - Fast, complete and easy to use PHP Framework

1.2.2(7y ago)21091MITPHPPHP &gt;=7.0.0

Since Oct 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/quantumsheep/Harps-Framework)[ Packagist](https://packagist.org/packages/harps/harps)[ RSS](/packages/harps-harps/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (4)Dependencies (2)Versions (6)Used By (1)

Harps Framework
===============

[](#harps-framework)

This framework is an (old) attempt to create a light and practical PHP framework in order to enhance the lack of beauty and fun in PHP.

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

[](#installation)

To install Harps you will first need [Composer](https://getcomposer.org/download/).

Then can install the framework by using the pre-made skeleton:

```
composer create-project "harps/harps-skeleton" app
```

Or by using the components in the framework by adding it in your Composer's dependencies:

```
composer install "harps/harps"
```

How to use Harps?
-----------------

[](#how-to-use-harps)

If you don't use the skeleton, you will need to add those lines in your `index.php` file:

```
require_once(__DIR__ . "/vendor/autoload.php");
Boot::Harps();
```

After that you have two directory, `App` and `Config`. In `App` there are all the `Controllers`, `Models`, `Managers`, `Views` and `Ressources`. In `Config` there is the parameters and the routes configurations.

And that's it, you can now use Harps! Look at the documentation for more informations.

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

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

Total

5

Last Release

2608d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/7271496?v=4)[Nathanael Demacon](/maintainers/QuantumSheep)[@quantumsheep](https://github.com/quantumsheep)

---

Top Contributors

[![quantumsheep](https://avatars.githubusercontent.com/u/7271496?v=4)](https://github.com/quantumsheep "quantumsheep (45 commits)")

---

Tags

frameworkrouteeasylargeharps

### Embed Badge

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

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k39.6k](/packages/matomo-matomo)[getkirby/cms

The Kirby core

1.5k606.6k536](/packages/getkirby-cms)[jelix/jelix

Jelix PHP framework

84118.0k6](/packages/jelix-jelix)[doppar/framework

The Doppar Framework

4112.6k14](/packages/doppar-framework)[sproutcms/cms

Enterprise content management and framework

243.0k4](/packages/sproutcms-cms)[chameleon-system/chameleon-base

The Chameleon System core.

1029.4k6](/packages/chameleon-system-chameleon-base)

PHPackages © 2026

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