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

ActiveProject[Framework](/categories/framework)

aura/framework-project
======================

A minimal web+cli framework built from Aura v2 packages

2.0.1(11y ago)281.5k3BSD-2-ClausePHP

Since Apr 3Pushed 11y ago2 watchersCompare

[ Source](https://github.com/auraphp/Aura.Framework_Project)[ Packagist](https://packagist.org/packages/aura/framework-project)[ RSS](/packages/aura-framework-project/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (3)Dependencies (3)Versions (5)Used By (0)

Aura.Framework\_Project
=======================

[](#auraframework_project)

This package provides a minimal framework for combined web and command-line projects.

By "minimal" we mean *very* minimal. The package provides only a dependency injection container, a configuration system, a web router and dispatcher, a CLI dispatcher, a pair of web request and response objects, a pair of CLI context and standard I/O objects, and a logging instance.

This minimal implementation should not be taken as "restrictive". The DI container, with its two-stage configuration system, allows a wide range of programmatic service definitions. The router and dispatchers are built with iterative refactoring in mind, so you can start with micro-framework-like closures, and work your way into more complex controller and command objects of your own design.

Foreword
--------

[](#foreword)

### Requirements

[](#requirements)

This project requires PHP 5.4 or later; we recommend using the latest available version of PHP as a matter of principle.

Unlike Aura library packages, this project package has userland dependencies, which themselves may have other dependencies:

- [aura/cli-kernel](https://packagist.org/packages/aura/cli-kernel)
- [aura/web-kernel](https://packagist.org/packages/aura/web-kernel)
- [monolog/monolog](https://packagist.org/packages/monolog/monolog)

### Installation

[](#installation)

Install this project via Composer to a `{$PROJECT_PATH}` of your choosing:

```
composer create-project aura/framework-project {$PROJECT_PATH}

```

This will create the project skeleton and install all of the necessary packages.

### Tests

[](#tests)

[![Build Status](https://camo.githubusercontent.com/a1a2551cbaeef8480486d641a75230f623d9283af1d10ec1002c5c4ed903cdfe/68747470733a2f2f7472617669732d63692e6f72672f617572617068702f417572612e4672616d65776f726b5f50726f6a6563742e706e67)](https://travis-ci.org/auraphp/Aura.Framework_Project)

To run the unit tests at the command line, issue `./phpunit.sh` at the package root. This requires [PHPUnit](http://phpunit.de/) to be available as `phpunit`.

Alternatively, after you have installed the project, try the "hello world" CLI and web apps.

For the CLI, go to the project directory and issue the following command:

```
cd {$PROJECT_PATH}
php cli/console.php hello

```

You should see the output `Hello World!`. Try passing a name after `hello` to see `Hello name!`.

For the web, start the built-in PHP server with the `web/` directory as the document root:

```
cd {$PROJECT_PATH}
php -S localhost:8000 -t web/

```

When you browse to  you should see "Hello World!" as the output. Terminate the built-in server process thereafter. (Be sure to use the built-in PHP server only for testing, never for production.)

### PSR Compliance

[](#psr-compliance)

This projects attempts to comply with [PSR-1](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-1-basic-coding-standard.md), [PSR-2](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-2-coding-style-guide.md), and [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md). If you notice compliance oversights, please send a patch via pull request.

### Community

[](#community)

To ask questions, provide feedback, or otherwise communicate with the Aura community, please join our [Google Group](http://groups.google.com/group/auraphp), follow [@auraphp on Twitter](http://twitter.com/auraphp), or chat with us on #auraphp on Freenode.

### Services

[](#services)

This package uses services defined by:

- [Aura.Project\_Kernel](https://github.com/auraphp/Aura.Project_Kernel#services)
- [Aura.Cli\_Kernel](https://github.com/auraphp/Aura.Cli_Kernel#services)
- [Aura.Web\_Kernel](https://github.com/auraphp/Aura.Web_Kernel#services)

This project resets the following services:

- `logger`: an instance of `Monolog\Logger`

Getting Started
---------------

[](#getting-started)

This framework project package is not much more than a combination of the CLI and web project packages. Please see them for their respective "getting started" instructions"

- [Getting Started (CLI)](https://github.com/auraphp/Aura.Cli_Project#getting-started)
- [Getting Started (web)](https://github.com/auraphp/Aura.Web_Project#getting-started)

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

3

Last Release

4067d ago

### Community

Maintainers

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

![](https://www.gravatar.com/avatar/29dba0e6add8d89fd3fc6126b213d5d2f57538ea78318963025d6ea98db34161?d=identicon)[harikt](/maintainers/harikt)

---

Top Contributors

[![harikt](https://avatars.githubusercontent.com/u/120454?v=4)](https://github.com/harikt "harikt (3 commits)")

---

Tags

framework

### Embed Badge

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

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

###  Alternatives

[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[silverstripe/framework

The SilverStripe framework

7213.5M2.5k](/packages/silverstripe-framework)[mako/framework

Mako Framework

249170.3k23](/packages/mako-framework)[yorcreative/laravel-scrubber

A laravel package that scrubs sensitive information for you.

15467.2k2](/packages/yorcreative-laravel-scrubber)[bear/package

BEAR.Sunday application framework package

30527.9k23](/packages/bear-package)

PHPackages © 2026

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