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

ActiveProject[Framework](/categories/framework)

piko/project
============

Application skeletton for a Piko framework based project.

v2.2(9mo ago)146MITPHPPHP &gt;=8.0

Since Feb 6Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/piko-framework/piko-project)[ Packagist](https://packagist.org/packages/piko/project)[ RSS](/packages/piko-project/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (18)Used By (0)

Piko project
============

[](#piko-project)

A basic Skeletton to build a [Piko framework](https://piko-framework.github.io/) based application.

Install via composer
--------------------

[](#install-via-composer)

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#installation-nix).

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

```
composer create-project piko/project yourproject
```

Run using the PHP built-in web server
-------------------------------------

[](#run-using-the-php-built-in-web-server)

```
cd yourproject && php -S localhost:8080 -t web
```

Environment file
----------------

[](#environment-file)

There is a file named `env.php` at the root of the project. This file contains some environment variables :

```
return [
    'DEBUG' => '1',
    'APP_ENV' => 'dev',
    'APP_LANGUAGE' => 'en',
    'SITE_EMAIL' => 'youremail@somehost.com',
]
```

Set `DEBUG = 0` and `APP_ENV = prod` when your project is ready for production.

Project features
----------------

[](#project-features)

- [Bootstrap 5](https://getbootstrap.com/) integration
- Simple user authentication
- Contact form

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

[](#documentation)

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance58

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity74

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

Recently: every ~270 days

Total

16

Last Release

275d ago

Major Versions

v0.8 → v1.02021-09-25

v1.3 → v2.02022-11-04

### Community

Maintainers

![](https://www.gravatar.com/avatar/001b70c85d853a2aae5f1bf74a1ff7ad77ffcec2d423090d67293bde99158350?d=identicon)[ilhooq](/maintainers/ilhooq)

---

Top Contributors

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

---

Tags

projectmicro-frameworkpikopiko framework

### Embed Badge

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

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

###  Alternatives

[mnapoli/silly

Silly CLI micro-framework based on Symfony Console

93910.7M143](/packages/mnapoli-silly)[craftcms/craft

Craft CMS

205311.2k3](/packages/craftcms-craft)[chubbyphp/chubbyphp-framework

A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.

13745.8k4](/packages/chubbyphp-chubbyphp-framework)

PHPackages © 2026

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