PHPackages                             chiron/chiron-skeleton - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. chiron/chiron-skeleton

ActiveProject[HTTP &amp; Networking](/categories/http)

chiron/chiron-skeleton
======================

A pre-configured skeleton for the Chiron microframework

0.7(7y ago)116[1 issues](https://github.com/ncou/Chiron-Skeleton/issues)MITPHPPHP &gt;=7.1.3

Since Mar 18Pushed 7y ago1 watchersCompare

[ Source](https://github.com/ncou/Chiron-Skeleton)[ Packagist](https://packagist.org/packages/chiron/chiron-skeleton)[ RSS](/packages/chiron-chiron-skeleton/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (6)Versions (8)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/ec68cb8f6c68785866a12c7432e160ca8dc1cfa1a44dbec4126ea3ecfe1efb77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f636869726f6e2f636869726f6e2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chiron/chiron-skeleton/stats)[![Monthly Downloads](https://camo.githubusercontent.com/bf2eca58916c51de5aa30405413c7a58f3528191092cfc9a55c21cd9723edac4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f636869726f6e2f636869726f6e2d736b656c65746f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/chiron/chiron-skeleton/stats)

\#Chiron-Skeleton

Skeleton for Chiron microframework.

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

[](#getting-started)

Start your new Chiron project with composer:

```
$ composer create-project chiron/chiron-skeleton
```

After choosing and installing the packages you want, go to the `` and start PHP's built-in web server to verify installation:

```
$ composer start --timeout=0 serve
```

You can then browse to .

> ### Linux users
>
> [](#linux-users)
>
> On PHP versions prior to 7.1.14 and 7.2.2, this command might not work as expected due to a bug in PHP that only affects linux environments. In such scenarios, you will need to start the [built-in web server](http://php.net/manual/en/features.commandline.webserver.php) yourself, using the following command:
>
> ```
> $ php -S 0.0.0.0:8080 -t public/ public/index.php
> ```

> ### Setting a timeout
>
> [](#setting-a-timeout)
>
> Composer commands time out after 300 seconds (5 minutes). On Linux-based systems, the `php -S` command that `composer serve` spawns continues running as a background process, but on other systems halts when the timeout occurs.
>
> As such, we recommend running the `serve` script using a timeout. This can be done by using `composer run` to execute the `serve` script, with a `--timeout` option. When set to `0`, as in the previous example, no timeout will be used, and it will run until you cancel the process (usually via `Ctrl-C`). Alternately, you can specify a finite timeout; as an example, the following will extend the timeout to a full day:
>
> ```
> $ composer run --timeout=86400 serve
> ```

### Setup environment variables

[](#setup-environment-variables)

The root directory of your application contain a `.env.example` file used to store the environment variables (password, cache driver...etc). If you install Chiron via Composer, this file will automatically be renamed to .env. Otherwise, you should rename the file manually. This file is ignored by Git so all developers working on the project can have their own configuration.

> The .env file should only be used in development/testing/staging environments. For production environments, use "real" environment variables. But to avoid accident there is a `.htaccess` file in the 'app' directory, this should at least give you protection from exposing passwords and other sensitive info in your .env files

###  Health Score

19

—

LowBetter than 9% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

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

Recently: every ~45 days

Total

7

Last Release

2817d ago

### 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 (39 commits)")

---

Tags

apirestrouterpsr7microframeworkSkeletonchiron

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[lukasdev/drouter

Um sistema simplista de roteamento, com o intuito de ser utilizado em aplicacoes web pequenas e webservices REST

172.6k1](/packages/lukasdev-drouter)

PHPackages © 2026

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