PHPackages                             miniel/miniel - 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. miniel/miniel

ActiveProject[Framework](/categories/framework)

miniel/miniel
=============

The Lightweight Miniel Framework.

00PHP

Since Nov 16Pushed 6y ago1 watchersCompare

[ Source](https://github.com/williamodiomonafe/miniel)[ Packagist](https://packagist.org/packages/miniel/miniel)[ RSS](/packages/miniel-miniel/feed)WikiDiscussions master Synced 3w ago

READMEChangelogDependenciesVersions (1)Used By (0)

About Miniel
------------

[](#about-miniel)

Miniel is a super fast lightweight PHP framework built off the inspiration of Laravel and based on the MVC design principle. It is not a total replacement for the Laravel framework.

It is fully plug and play, as packages that extends its functionality can be created and added by developers.

It is expected that these packages are written optimally in order to be both efficient, secure and as light as possible while achieving it's objective.

Use Cases
---------

[](#use-cases)

Miniel can be used for simple web applications like blogs, demos, presentations, etcetera.

Getting Started
---------------

[](#getting-started)

Getting started with Miniel is pretty easy and simple. It can be cloned from the repo here and used straight away.

Learning how to use Miniel is easy as you can follow the documentation.

Hot To
------

[](#hot-to)

- HOW TO DO BASIC SQL COMMANDS E.G select, update, delete, insert

> INSERT

String $tablename = 'users'

Array $data = array(\['name' =&gt; 'John Doe'\]);

RUN

DB::table($tablename)-&gt;insert(array $data);

SELECT (Without Clauses)

String $tablename = 'users'

Array $columns = array(\['name'\]);

DB::table($tablename)-&gt;select($columns);

-

SELECT (With Clauses (WHERE... AND... &amp; WHERE... OR...))

String $tablename = 'users'

Array $columns = array(\['name'\]);

Array $andClause = array(\['column' =&gt; 'value'\]);

Array $orClause = array(\['column' =&gt; 'value'\]);

"SELECT 'columns' FROM $tablename WHERE id=1 OR name='John'"

DB::table($tablename)-&gt;select($columns)-&gt;where($andClause)-&gt;orWhere($orClause)-&gt;execute();

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22858954?v=4)[William Odiomonafe](/maintainers/wocodes)[@wocodes](https://github.com/wocodes)

---

Top Contributors

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

### Embed Badge

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

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

###  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)
