PHPackages                             symbiotic/micro - 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. symbiotic/micro

ActiveLibrary[Framework](/categories/framework)

symbiotic/micro
===============

SymbioticPHP framework for mini applications, supports plugins and inheritance of containers of parent applications.

1.4.2.4(2y ago)2903BSD-3-ClausePHPPHP ^8.0

Since Sep 12Pushed 2y agoCompare

[ Source](https://github.com/symbiotic-php/micro)[ Packagist](https://packagist.org/packages/symbiotic/micro)[ Docs](https://symbioticphp.com)[ RSS](/packages/symbiotic-micro/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (11)Versions (13)Used By (3)

Symbiotic Micro (BETA EDITION)
==============================

[](#symbiotic-micro-beta-edition)

**The package is not recommended to be installed for use, it is for developers of micro applications!**

Installation
------------

[](#installation)

```
composer require symbiotic/micro

```

Description
-----------

[](#description)

The basic core of the framework, the assembly is isolated from the [full version of the framework](https://github.com/symbiotic-php/full/)to compile applications into a single file. At the moment, the application compiler has not yet been written, but such an opportunity is planned.

Use the full version: !

```
composer require symbiotic/full

```

### Usage

[](#usage)

```
$basePath = dirname(__DIR__);// root folder of the project

include_once $basePath. '/vendor/autoload.php';

$config = include $basePath.'/vendor/symbiotic/micro/src/config.sample.php';

//.. Redefining the configuration array

// Basic construction of the Core container
$core = new \Symbiotic\Core\Core($config);

// Starting request processing
$core->run();

// Then the initialization code and the work of another framework can go on when the symbiosis mode is enabled...
// $laravel->handle();
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity59

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

Total

12

Last Release

1051d ago

### Community

Maintainers

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

---

Top Contributors

[![symbioticphp](https://avatars.githubusercontent.com/u/50851200?v=4)](https://github.com/symbioticphp "symbioticphp (2 commits)")

---

Tags

micro-frameworkSymbioticPHPSymbiotic framework

### Embed Badge

![Health badge](/badges/symbiotic-micro/health.svg)

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

###  Alternatives

[cakephp/cakephp

The CakePHP framework

8.8k18.5M1.6k](/packages/cakephp-cakephp)[neos/flow

Flow Application Framework

862.0M451](/packages/neos-flow)[thecodingmachine/graphqlite

Write your GraphQL queries in simple to write controllers (using webonyx/graphql-php).

5723.1M30](/packages/thecodingmachine-graphqlite)[neos/flow-development-collection

Flow packages in a joined repository for pull requests.

144179.3k3](/packages/neos-flow-development-collection)[windwalker/framework

The next generation PHP framework.

25639.1k1](/packages/windwalker-framework)[chubbyphp/chubbyphp-framework

A minimal, highly performant middleware PSR-15 microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.

13544.4k4](/packages/chubbyphp-chubbyphp-framework)

PHPackages © 2026

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