PHPackages                             flyokai/application-core - 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. flyokai/application-core

ActiveLibrary[Framework](/categories/framework)

flyokai/application-core
========================

Sync framework core for Flyokai: bootstrap, dependency injection, setup steps, console base, schema/DDL columns and repositories. No async runtime (AMPHP event loop / Revolt), so it can be hosted inside synchronous PHP frameworks (e.g. Shopware) via flyokai/marketplace-embedded.

v1.1.7(1mo ago)05MITPHPPHP ^8.2

Since Jun 5Pushed 1mo agoCompare

[ Source](https://github.com/flyokai/application-core)[ Packagist](https://packagist.org/packages/flyokai/application-core)[ RSS](/packages/flyokai-application-core/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (16)Versions (10)Used By (0)

flyokai/application-core
========================

[](#flyokaiapplication-core)

Sync slice of `flyokai/application`. No AMPHP, no Revolt, no event loop.

Holds the classes that pure-sync hosts (e.g. Shopware running marketplace locally via `flyokai/marketplace-embedded`) need to consume from `flyokai/marketplace-core` without pulling Amp transitively.

Current contents
----------------

[](#current-contents)

- `Base\AbstractRepository` — abstract base for entity repositories. Uses `#[ServiceParameter]` as metadata only; the attribute is never instantiated in sync hosts.
- `Base\ExtensionRepositoryTrait` — DTO-extension repository trait.
- `DB\ConnectionPool` — interface only. The Amp implementation lives in `flyokai/application`; sync hosts provide their own via `flyokai/marketplace-embedded\SyncConnectionPool`.
- `Exception\EntityNotFoundException`
- `Http\Controller\ProtectedHandler` — marker interface (was historically named for HTTP handlers but is used as a generic "requires auth" marker on any request handler).

BC bridge
---------

[](#bc-bridge)

The previous namespaces (`Flyokai\Application\…`) are kept alive as `class_alias` stubs inside `flyokai/application`, so existing consumers continue to work without an import sweep. New code should use the `Flyokai\ApplicationCore\…` names.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance91

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

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

Total

8

Last Release

44d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/247743048?v=4)[flyokai](/maintainers/flyokai)[@flyokai](https://github.com/flyokai)

### Embed Badge

![Health badge](/badges/flyokai-application-core/health.svg)

```
[![Health](https://phpackages.com/badges/flyokai-application-core/health.svg)](https://phpackages.com/packages/flyokai-application-core)
```

###  Alternatives

[laminas/laminas-modulemanager

Modular application system for laminas-mvc applications

3027.7M252](/packages/laminas-laminas-modulemanager)[spryker/architecture-sniffer

Spryker Architecture Sniffer

142.8M59](/packages/spryker-architecture-sniffer)[laminas-api-tools/api-tools

Laminas API Tools module for Laminas

371.8M10](/packages/laminas-api-tools-api-tools)[wcmf/wcmf

The wCMF web application framework

112.4k1](/packages/wcmf-wcmf)

PHPackages © 2026

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