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(3y ago)2913BSD-3-ClausePHPPHP ^8.0

Since Sep 12Pushed 3y 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 today

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 52% 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

1097d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/5098237?v=4)[symbiotic](/maintainers/symbiotic)[@symbiotic](https://github.com/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.9k19.5M1.8k](/packages/cakephp-cakephp)[laravel/framework

The Laravel Framework.

34.8k543.8M20.1k](/packages/laravel-framework)[moonshine/moonshine

Laravel administration panel

1.3k253.1k81](/packages/moonshine-moonshine)[bref/bref

Bref is a framework to write and deploy serverless PHP applications on AWS Lambda.

3.4k10.6M67](/packages/bref-bref)[typo3/cms

TYPO3 CMS is a free open source Content Management Framework initially created by Kasper Skaarhoj and licensed under GNU/GPL.

1.2k1.9M122](/packages/typo3-cms)[getgrav/grav

Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS

15.6k86.4k1](/packages/getgrav-grav)

PHPackages © 2026

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