PHPackages                             unicframework/framework - 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. unicframework/framework

ActiveLibrary[Framework](/categories/framework)

unicframework/framework
=======================

Unic is a high performance, open source web framework.

v1.0.1(3y ago)08891MITPHPPHP &gt;=7.4

Since Dec 22Pushed 3y ago1 watchersCompare

[ Source](https://github.com/unicframework/framework)[ Packagist](https://packagist.org/packages/unicframework/framework)[ Docs](https://unicframework.github.io/docs)[ RSS](/packages/unicframework-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (2)Versions (3)Used By (1)

Unic Framework
--------------

[](#unic-framework)

 [![Unic Logo](https://github.com/unicframework/docs/raw/main/unic-logo.jpg)](https://github.com/unicframework/docs/blob/main/unic-logo.jpg)

Unic is a high performance, open source web application framework. Unic framework is fast, minimal and unopinionated web framework inspired by express. Unic is simple and flexible and provide lots of features to create apis and web application quickly.

Features
--------

[](#features)

- Fast and flexible.
- Extremely light weight.
- Minimal and unopinionated.
- Simple and robust routing.
- Robust middlewares.

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

[](#installation)

Unic web framework is for PHP, so it's requires PHP 7.4 or newer. now you won’t need to setup anything just yet.

- Install `composer` if you have not installed.

```
composer create-project unicframework/unic blog
```

It will create a `blog` project for you.

Simple Example
--------------

[](#simple-example)

A simple `Hello, World` web application in unic framework.

```
use Unic\App;

$app = new App();

$app->get('/', function($req, $res) {
    $res->send('Hello, World!');
});

$app->get('/api', function($req, $res) {
    $res->json([
        'status' => 'Ok',
    ]);
});

$app->start();
```

Documentation
-------------

[](#documentation)

- Learn more about Unic from [Documentation](https://github.com/unicframework/docs/) file.
- Documentation :

License
-------

[](#license)

[MIT License](LICENSE)

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity14

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

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

Total

2

Last Release

1202d ago

PHP version history (2 changes)v1.0.0PHP &gt;=5.6

v1.0.1PHP &gt;=7.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/32831684?v=4)[Rajkumar Dusad](/maintainers/rajkumardusad)[@rajkumardusad](https://github.com/rajkumardusad)

---

Top Contributors

[![rajkumardusad](https://avatars.githubusercontent.com/u/32831684?v=4)](https://github.com/rajkumardusad "rajkumardusad (68 commits)")

---

Tags

frameworkmvc-frameworkphpphp-frameworkunicunic-frameworkwebweb-frameworkMVC Frameworkphp frameworkweb frameworkunic frameworkunic

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/unicframework-framework/health.svg)

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

###  Alternatives

[phphleb/framework

Engine for Framework HLEB2

233318.7k12](/packages/phphleb-framework)[popphp/popphp

Pop PHP Framework, a lightweight, robust PHP framework

5713.5k9](/packages/popphp-popphp)[zemit-cms/core

Build high-performance PHP applications faster with Phalcon Kit — a modular developer toolkit that extends the Phalcon framework.

138.2k1](/packages/zemit-cms-core)

PHPackages © 2026

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