PHPackages                             radar/project - 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. radar/project

ActiveProject[Framework](/categories/framework)

radar/project
=============

An Action-Domain-Responder project skeleton.

2.0.0(5y ago)15747911[1 issues](https://github.com/radarphp/Radar.Project/issues)MITPHPPHP &gt;=7.4

Since May 15Pushed 5y ago12 watchersCompare

[ Source](https://github.com/radarphp/Radar.Project)[ Packagist](https://packagist.org/packages/radar/project)[ RSS](/packages/radar-project/feed)WikiDiscussions 1.x Synced 1mo ago

READMEChangelog (8)Dependencies (5)Versions (12)Used By (0)

Radar
=====

[](#radar)

Radar is a [PSR-7](https://www.php-fig.org/psr/psr-7/) compliant [Action-Domain-Responder](http://pmjones.io/adr)(ADR) system. While it may look like a micro-framework, it is more like a wrapper around the real core of your application domain.

Installing Radar
----------------

[](#installing-radar)

You will need [Composer](https://getcomposer.org) to install Radar.

Pick a project name, and use Composer to create it with Radar; here we create one called `example-project`:

```
composer create-project radar/project example-project

```

Confirm the installation by changing into the project directory and starting the built-in PHP web server:

```
cd example-project
php -S localhost:8080 -t public/

```

You can then browse to  and see JSON output:

```
{"phrase":"Hello world"}

```

You can also browse to  and see modified JSON output:

```
{"phrase":"Hello your-name"}

```

Documentation
-------------

[](#documentation)

You can read the documentation [here](docs/index.md).

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity30

Limited adoption so far

Community21

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~472 days

Total

10

Last Release

2112d ago

Major Versions

1.x-dev → 2.0.02020-08-06

PHP version history (3 changes)1.0.0-alpha1PHP &gt;=5.6.0

1.0.0PHP &gt;=5.5.0

2.0.0PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/25754?v=4)[Paul M. Jones](/maintainers/pmjones)[@pmjones](https://github.com/pmjones)

---

Top Contributors

[![cxj](https://avatars.githubusercontent.com/u/446131?v=4)](https://github.com/cxj "cxj (6 commits)")[![jakejohns](https://avatars.githubusercontent.com/u/174708?v=4)](https://github.com/jakejohns "jakejohns (5 commits)")[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (3 commits)")[![acidvertigo](https://avatars.githubusercontent.com/u/809397?v=4)](https://github.com/acidvertigo "acidvertigo (2 commits)")[![cordoval](https://avatars.githubusercontent.com/u/328359?v=4)](https://github.com/cordoval "cordoval (1 commits)")[![aretecode](https://avatars.githubusercontent.com/u/4022631?v=4)](https://github.com/aretecode "aretecode (1 commits)")[![jblotus](https://avatars.githubusercontent.com/u/382230?v=4)](https://github.com/jblotus "jblotus (1 commits)")[![samsonasik](https://avatars.githubusercontent.com/u/459648?v=4)](https://github.com/samsonasik "samsonasik (1 commits)")

### Embed Badge

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

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[laravel/octane

Supercharge your Laravel application's performance.

4.0k21.5M159](/packages/laravel-octane)[cakephp/authentication

Authentication plugin for CakePHP

1153.6M67](/packages/cakephp-authentication)[rareloop/router

A powerful PHP Router for PSR7 messages inspired by the Laravel API

92178.9k4](/packages/rareloop-router)[joomla/application

Joomla Application Package

23404.8k11](/packages/joomla-application)[joomla/http

Joomla HTTP Package

17674.4k12](/packages/joomla-http)

PHPackages © 2026

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