PHPackages                             onurakman/httpkernel-adapter - 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. onurakman/httpkernel-adapter

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

onurakman/httpkernel-adapter
============================

PHP-PM adapter for Symfony HTTPKernel.

01PHP

Since Oct 8Pushed 3y agoCompare

[ Source](https://github.com/onurakman/php-pm-httpkernel)[ Packagist](https://packagist.org/packages/onurakman/httpkernel-adapter)[ RSS](/packages/onurakman-httpkernel-adapter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

PHP-PM HttpKernel Adapter
=========================

[](#php-pm-httpkernel-adapter)

HttpKernel adapter for use of Symfony and Laravel frameworks with PHP-PM. See .

### Setup

[](#setup)

1. Install PHP-PM

    ```
     composer require php-pm/php-pm

    ```
2. Install HttpKernel Adapter

    ```
     composer require php-pm/httpkernel-adapter

    ```
3. Optionally provide the namespace of your Kernel using the `APP_KERNEL_NAMESPACE` environment variable. Example: `APP_KERNEL_NAMESPACE=Acme\MyProduct\`. This will attempt to use the class `Acme\MyProduct\Kernel`as the fully qualified class name

> **Note**: For Symfony, make sure your `AppKernel` is autoloaded in your `composer.json` (shouldn't be an issue for projects created using the Standard Edition after November 2015):
>
> ```
> {
>     "autoload": {
>         "classmap": ["app/AppKernel.php"]
>     }
> }
>
> ```

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor2

2 contributors hold 50%+ of commits

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d3d797d7b412dfed5068b67c89a7dc24496ab23cb8587784b8d204a8305efbef?d=identicon)[onurakman](/maintainers/onurakman)

---

Top Contributors

[![andig](https://avatars.githubusercontent.com/u/184815?v=4)](https://github.com/andig "andig (55 commits)")[![marcj](https://avatars.githubusercontent.com/u/450980?v=4)](https://github.com/marcj "marcj (28 commits)")[![acasademont](https://avatars.githubusercontent.com/u/825021?v=4)](https://github.com/acasademont "acasademont (11 commits)")[![dnna](https://avatars.githubusercontent.com/u/1296821?v=4)](https://github.com/dnna "dnna (8 commits)")[![mathieudz](https://avatars.githubusercontent.com/u/9510946?v=4)](https://github.com/mathieudz "mathieudz (6 commits)")[![gnugat](https://avatars.githubusercontent.com/u/793185?v=4)](https://github.com/gnugat "gnugat (3 commits)")[![fionera](https://avatars.githubusercontent.com/u/5741401?v=4)](https://github.com/fionera "fionera (2 commits)")[![andreybolonin](https://avatars.githubusercontent.com/u/2576509?v=4)](https://github.com/andreybolonin "andreybolonin (2 commits)")[![branchzero](https://avatars.githubusercontent.com/u/7685609?v=4)](https://github.com/branchzero "branchzero (2 commits)")[![cmizzi](https://avatars.githubusercontent.com/u/340143?v=4)](https://github.com/cmizzi "cmizzi (2 commits)")[![dzubchik](https://avatars.githubusercontent.com/u/2685761?v=4)](https://github.com/dzubchik "dzubchik (2 commits)")[![dmitryuk](https://avatars.githubusercontent.com/u/661654?v=4)](https://github.com/dmitryuk "dmitryuk (1 commits)")[![christhomas](https://avatars.githubusercontent.com/u/827996?v=4)](https://github.com/christhomas "christhomas (1 commits)")[![tobiasdierich](https://avatars.githubusercontent.com/u/20173900?v=4)](https://github.com/tobiasdierich "tobiasdierich (1 commits)")[![bratao](https://avatars.githubusercontent.com/u/1090152?v=4)](https://github.com/bratao "bratao (1 commits)")[![frag-seb](https://avatars.githubusercontent.com/u/1322118?v=4)](https://github.com/frag-seb "frag-seb (1 commits)")[![benjaminjonard](https://avatars.githubusercontent.com/u/20560781?v=4)](https://github.com/benjaminjonard "benjaminjonard (1 commits)")[![jeromemacias](https://avatars.githubusercontent.com/u/582446?v=4)](https://github.com/jeromemacias "jeromemacias (1 commits)")[![KonstantinPopov](https://avatars.githubusercontent.com/u/6975005?v=4)](https://github.com/KonstantinPopov "KonstantinPopov (1 commits)")[![maciejmrozinski](https://avatars.githubusercontent.com/u/1927895?v=4)](https://github.com/maciejmrozinski "maciejmrozinski (1 commits)")

### Embed Badge

![Health badge](/badges/onurakman-httpkernel-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/onurakman-httpkernel-adapter/health.svg)](https://phpackages.com/packages/onurakman-httpkernel-adapter)
```

###  Alternatives

[friendsofsymfony/rest-bundle

This Bundle provides various tools to rapidly develop RESTful API's with Symfony

2.8k73.3M317](/packages/friendsofsymfony-rest-bundle)[php-http/discovery

Finds and installs PSR-7, PSR-17, PSR-18 and HTTPlug implementations

1.3k309.5M1.2k](/packages/php-http-discovery)[nyholm/psr7

A fast PHP7 implementation of PSR-7

1.3k235.4M2.4k](/packages/nyholm-psr7)[pusher/pusher-php-server

Library for interacting with the Pusher REST API

1.5k94.8M292](/packages/pusher-pusher-php-server)[spatie/crawler

Crawl all internal links found on a website

2.8k16.3M52](/packages/spatie-crawler)[react/http

Event-driven, streaming HTTP client and server implementation for ReactPHP

78126.4M414](/packages/react-http)

PHPackages © 2026

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