PHPackages                             krasimir/fabrico - 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. krasimir/fabrico

ActiveLibrary[Framework](/categories/framework)

krasimir/fabrico
================

PHP micro framework

48PHP

Since May 28Pushed 13y ago2 watchersCompare

[ Source](https://github.com/krasimir/fabrico)[ Packagist](https://packagist.org/packages/krasimir/fabrico)[ RSS](/packages/krasimir-fabrico/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Fabrico
=======

[](#fabrico)

Fabrico is PHP micro framework. It's purpose is to provide really basic functionalities for building web applications. During the development, the very first priority was to contain modules which are independent. I.e. there are not tied to any other classes or modules. Simple classes for a specific job.

Modules
-------

[](#modules)

- [Installer](https://github.com/krasimir/fabrico/tree/master/lib/Installer)
- [Autoloader](https://github.com/krasimir/fabrico/tree/master/lib/Autoloader)
- [Router](https://github.com/krasimir/fabrico/tree/master/lib/Router)
- [Template engine](https://github.com/krasimir/fabrico/tree/master/lib/View)
- [Database adapters](https://github.com/krasimir/fabrico/tree/master/lib/DBAdapters)
- [Error handler](https://github.com/krasimir/fabrico/tree/master/lib/ErrorHandler)
- [Application mode](https://github.com/krasimir/fabrico/tree/master/lib/AppMode)
- [Session manager](https://github.com/krasimir/fabrico/tree/master/lib/SessionManager)
- [Former](https://github.com/krasimir/fabrico/tree/master/lib/Former)

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

[](#installation)

The easier way is to download the files directly and check the documentation of every of the modules.

Fabrico is also available for *composer*:

```
{
    "require": {
        "krasimir/fabrico": "dev-master"
    }
}

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6cac25d4f9bfdfd89d9e3014e0868fdb918fc0bc44de54bd213771507f28941e?d=identicon)[krasimir](/maintainers/krasimir)

### Embed Badge

![Health badge](/badges/krasimir-fabrico/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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