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 6d 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

Maturity35

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://www.gravatar.com/avatar/3fb30ea8ee8cc9d360e30b04cc079ea7f5e63d9a36a84d1918a8a52ec2922c8c?d=identicon)[wocodes](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M259](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M596](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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