PHPackages                             unicframework/unic - 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/unic

ActiveProject[Framework](/categories/framework)

unicframework/unic
==================

Unic is a high performance, open source web framework.

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

Since Dec 22Pushed 3y ago3 watchersCompare

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

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

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

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

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

Total

2

Last Release

1205d 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 (236 commits)")

---

Tags

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

### Embed Badge

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

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

###  Alternatives

[abydahana/aksara

Aksara is a CodeIgniter based CRUD Toolkit you can use to build complex applications become shorter, secure and more reliable just in a few lines of code. Serving both CMS or Framework, produce both HEADLESS (RESTful API) or TRADITIONAL (Browser Based), just by writing single controller. Yet it's reusable, scalable and ready to use!

1101.2k](/packages/abydahana-aksara)

PHPackages © 2026

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