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

ActiveLibrary[Framework](/categories/framework)

satori/application
==================

Application

v0.1.1(7y ago)0921MITPHPPHP &gt;=7.0

Since Apr 5Pushed 6y ago1 watchersCompare

[ Source](https://github.com/satori-php/application)[ Packagist](https://packagist.org/packages/satori/application)[ RSS](/packages/satori-application/feed)WikiDiscussions master Synced 4w ago

READMEChangelogDependenciesVersions (3)Used By (1)

Application interface
=====================

[](#application-interface)

Requires PHP 7

Usage
-----

[](#usage)

```
declare(strict_types=1);

namespace My\Super;

use Satori\Application\ApplicationInterface;

class Application implements ApplicationInterface
{
    public function __get(string $id)
    {
        // You must implement this method.
    }

    public function __set(string $id, callable $definition)
    {
        // You must implement this method.
    }

    public function __isset(string $id): bool
    {
        // You must implement this method.
    }

    public function offsetExists($key)
    {
        // You must implement this method.
    }

    public function offsetGet($key)
    {
        // You must implement this method.
    }

    public function offsetSet($key, $value)
    {
        // You must implement this method.
    }

    public function offsetUnset($key)
    {
        // You must implement this method.
    }

    public function subscribe(string $event, string $listener, callable $callback)
    {
        // You must implement this method.
    }

    public function notify(string $event, array $arguments = null)
    {
        // You must implement this method.
    }

    public function run(string $id)
    {
        // You must implement this method.
    }
}
```

License
-------

[](#license)

MIT License

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Unknown

Total

1

Last Release

2643d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/4481981?v=4)[Yuriy Davletshin](/maintainers/davletshin)[@davletshin](https://github.com/davletshin)

---

Top Contributors

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

---

Tags

eventcontainerframeworkdidispatcherSatori

### Embed Badge

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

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

###  Alternatives

[joomla/di

Joomla DI Package

15417.5k12](/packages/joomla-di)

PHPackages © 2026

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