PHPackages                             piecrust-php/akagi - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. piecrust-php/akagi

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

piecrust-php/akagi
==================

ReactPHP Webserver for Piecrust PHP

v0.1.2(7y ago)08Apache-2.0PHPPHP &gt;=5.5.9

Since Feb 8Pushed 7y ago1 watchersCompare

[ Source](https://github.com/piecrust-php/akagi)[ Packagist](https://packagist.org/packages/piecrust-php/akagi)[ Docs](http://github.com/piecrust-php/akagi)[ RSS](/packages/piecrust-php-akagi/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (8)Versions (4)Used By (0)

```

Akagi - a simple http server based on ReactPHP
----------------------------------------------

This is what the common Hello World example looks like:

  use Akagi\Server;
  use Apix\Log\Logger\Stream as Logger;
  use React\Http\Response;

  $logger = new Logger('php://stderr', 'a');
  $server = new Server([], $logger);

  $server->routePattern('GET','.*',function ($request,$matches=[]) {
      return new Response(
            200,
            array('Content-Type' => 'text/plain'),
	    "Hello world\n"
      );
  });

  $server->run();

License
-------

Akagi is free software  licensed under the

      Apache License, Version 2.0 (the "License");

you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
implied.

See the License for the specific language governing permissions and
limitations under the License.
```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity48

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

Total

3

Last Release

2690d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/64424?v=4)[Sebastian Knapp](/maintainers/giftnuss)[@giftnuss](https://github.com/giftnuss)

---

Top Contributors

[![giftnuss](https://avatars.githubusercontent.com/u/64424?v=4)](https://github.com/giftnuss "giftnuss (5 commits)")

---

Tags

phpphp-libraryreactphpreactphpserver

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/piecrust-php-akagi/health.svg)

```
[![Health](https://phpackages.com/badges/piecrust-php-akagi/health.svg)](https://phpackages.com/packages/piecrust-php-akagi)
```

###  Alternatives

[laravel/framework

The Laravel Framework.

34.8k543.8M19.5k](/packages/laravel-framework)[shopware/platform

The Shopware e-commerce core

3.4k1.5M3](/packages/shopware-platform)[tempest/framework

The PHP framework that gets out of your way.

2.2k31.1k12](/packages/tempest-framework)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

585.4M534](/packages/shopware-core)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.4M196](/packages/sulu-sulu)[php-mcp/server

PHP SDK for building Model Context Protocol (MCP) servers - Create MCP tools, resources, and prompts

850577.8k49](/packages/php-mcp-server)

PHPackages © 2026

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