PHPackages                             chiron/app - 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. chiron/app

ActiveProject[Framework](/categories/framework)

chiron/app
==========

Chiron Application Example

2.0.21(3y ago)155[1 issues](https://github.com/ncou/app/issues)MITPHPPHP ^8.0 || ^8.1

Since May 16Pushed 3y ago1 watchersCompare

[ Source](https://github.com/ncou/app)[ Packagist](https://packagist.org/packages/chiron/app)[ Docs](https://github.com/ncou/app)[ GitHub Sponsors](https://github.com/ncou)[ RSS](/packages/chiron-app/feed)WikiDiscussions master Synced 4d ago

READMEChangelog (10)Dependencies (13)Versions (46)Used By (0)

\[Chiron Framework\] is a light framework designed to allow developpers to quickly start a new console or web application.

[![Chiron Framework](https://user-images.githubusercontent.com/16743322/103154480-d428a780-4797-11eb-8f9e-3f3a916d5f38.jpg)](https://user-images.githubusercontent.com/16743322/103154480-d428a780-4797-11eb-8f9e-3f3a916d5f38.jpg)

This repository contain an App Skeletton intended to show the basic Chiron features. Your first step to build amazing projects !

[![Latest Stable Version](https://camo.githubusercontent.com/5a8a185c366513265add554d8e288f44202dd81cf400e824aa1f09cb6b02754d/68747470733a2f2f706f7365722e707567782e6f72672f636869726f6e2f636869726f6e2f762f737461626c652e706e67)](https://packagist.org/packages/chiron/chiron)[![Total Downloads](https://camo.githubusercontent.com/b9e7222e7ffa11027701c41a458e61422027550a171cf58631b780249444f5d6/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636869726f6e2f636869726f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chiron/chiron/stats)[![Build Status](https://camo.githubusercontent.com/339264aae504c34721d25ea9814d185e7fbccbe7e26ba323c774441c5ee89c49/68747470733a2f2f7472617669732d63692e6f72672f6e636f752f436869726f6e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ncou/Chiron)

Requirements
------------

[](#requirements)

Make sure that your web server is configured with following PHP version and extensions:

- PHP &gt;= 7.2
- *intl* PHP Extension
- *mbstring* PHP Extension

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

[](#installation)

If you do not have [Composer](http://getcomposer.org/), you may install it by following the instructions at [getcomposer.org](http://getcomposer.org/doc/00-intro.md).

You can then install this project template using the following command:

```
$ composer create-project chiron/app [my-app-name]
```

> Replace \[my-app-name\] with the desired directory name for your new application.

Cloning
-------

[](#cloning)

> This section applies only if you cloned this repo with `git clone`, not when installed with `composer create-project ...`.

Make sure to properly configure your app project after cloning this repository.

```
$ composer install                      # Install the projet composer dependencies

$ bin/chiron dotenv:copy -d .env        # Create the .env file at the root path
$ bin/chiron dotenv:key -m .env         # Update the security key in .env file
$ bin/chiron package:discover           # Auto-discover the module bootloaders
```

Web Server
----------

[](#web-server)

You can launch a development web server to quickly test you application.

```
$ php -S localhost:8000 -t public/
```

or

```
$ bin/chiron serve
```

> Now you should be able to access the application through the URL printed in the console.

Directory structure
-------------------

[](#directory-structure)

The application template has the following structure:

```
config/                   #Configuration files.
docs/                     #Documentation.
public/                   #Files publically accessible from the Internet.
    assets/               #Published assets.
    index.php             #Entry script.
resources/                #Application resources.
    assets/               #Asset bundle resources.
    layout/               #Layout view templates.
    view/                 #View templates.
runtime/                  #Files generated during runtime.
src/                      #Application source code.
    Asset/                #Asset bundle definitions.
    Controller/           #Web controller classes.
    Provider/             #Providers that take configuration and configure services.
tests/                    #A set of Codeception tests for the application.
vendor/                   #Installed Composer packages.
```

Testing
-------

[](#testing)

To test an application:

```
$ ./vendor/bin/phpunit
```

or

```
$ composer phpunit
```

License
-------

[](#license)

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

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity77

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

Recently: every ~40 days

Total

45

Last Release

1438d ago

Major Versions

1.9.9 → 2.0.02020-09-19

PHP version history (3 changes)1.0PHP ^7.3

1.1PHP ^7.2

2.0.17PHP ^8.0 || ^8.1

### Community

Maintainers

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

---

Top Contributors

[![ncou](https://avatars.githubusercontent.com/u/16743322?v=4)](https://github.com/ncou "ncou (164 commits)")

---

Tags

frameworkappapplicationSkeletonchiron

### Embed Badge

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

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

PHPackages © 2026

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