PHPackages                             citomni/http-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. [Framework](/categories/framework)
4. /
5. citomni/http-skeleton

ActiveProject[Framework](/categories/framework)

citomni/http-skeleton
=====================

Baseline HTTP application skeleton for CitOmni. Kernel + HTTP mode; ready for webapps, APIs, intranet, or SaaS.

v1.0.4.3(5mo ago)01MITPHPPHP ^8.2

Since Sep 28Pushed 1mo agoCompare

[ Source](https://github.com/citomni/http-skeleton)[ Packagist](https://packagist.org/packages/citomni/http-skeleton)[ Docs](https://github.com/citomni/http-skeleton)[ GitHub Sponsors](https://github.com/LarsGMortensen)[ Fund](https://ko-fi.com/)[ RSS](/packages/citomni-http-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (9)Used By (0)

CitOmni HTTP Skeleton
=====================

[](#citomni-http-skeleton)

Baseline HTTP application skeleton for CitOmni. Lean, deterministic, and production-minded by default - no magic, no surprises.

♻️ **Green by design** - lower memory use and CPU cycles -&gt; less server load, more requests per watt, better scalability, smaller carbon footprint.

> **Protocol scope:** HTTP (browser, API, WAN + LAN/intranet). If you need a mode-neutral base, use [`citomni/app-skeleton`](https://github.com/citomni/app-skeleton). For console apps, see [`citomni/cli-skeleton`](https://github.com/citomni/cli-skeleton).

---

### Green by design

[](#green-by-design)

CitOmni's "Green by design" claim is empirically validated at the framework level.

The core runtime achieves near-floor CPU and memory costs per request on commodity shared infrastructure, sustaining hundreds of RPS per worker with extremely low footprint.

See the full test report here: [CitOmni Docs → /reports/2025-10-02-capacity-and-green-by-design.md](https://github.com/citomni/docs/blob/main/reports/2025-10-02-capacity-and-green-by-design.md)

---

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

[](#requirements)

- PHP **8.2+**
- Composer
- Web server pointing docroot to `/public`
- Recommended PHP extensions: `json`, `mbstring`, `fileinfo`, `openssl`, `gd` (for captcha/graphics)

---

Install
-------

[](#install)

```
composer create-project citomni/http-skeleton my-app
cd my-app
```

---

Quick start
-----------

[](#quick-start)

1. Configure environment + paths in **`public/index.php`**:

```
