PHPackages                             enpii/enpii-base - 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. enpii/enpii-base

ActiveWordpress-muplugin[Framework](/categories/framework)

enpii/enpii-base
================

The base plugin to have powerful Laravel development on WordPress

v0.9.0(2y ago)05172MITPHPPHP ^7.3|^8.0

Since Dec 9Pushed 11mo ago2 watchersCompare

[ Source](https://github.com/enpiicom/wp-plugin-enpii-base)[ Packagist](https://packagist.org/packages/enpii/enpii-base)[ Docs](https://enpii.com/wp-plugin-enpii-base)[ RSS](/packages/enpii-enpii-base/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (9)Versions (51)Used By (2)

Enpii Base plugin
=================

[](#enpii-base-plugin)

We understand the pains it brings to WordPress developers so we create this plugin to allow to use [Laravel framework](https://laravel.com/).

This plugin would bring all the features of Laravel framework to WordPress development: Container concepts, Service Providers, ORMs, Queue system, Routing system ... (everything that works with Laravel will work with WordPress with Enpii Base plugin).

So from now on, you can use Laravel concepts to work with WordPress developments consistently. This Enpii Base plugin would help WordPress developers to create easy-maintainable code exactly the same way Laravel does.

Imagine, you can do this for the iconic template file `index.php` (using Blade template syntax)

```
@extends('layouts/main')

@section('content')

	{{ 'Welcome to WP App from Enpii Base' }}
@endsection
```

and on `layouts/main.blade.php`

```

		@yield('content')

```

Interesting!? Let's get started

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

[](#installation)

```
composer require enpii/enpii-base

```

or you can find it on WordPress plugin hub

Docs are here:

1. [Basic Concepts](dev-docs/01-basic-concepts.md)
2. We log our blockers, solutions and crazy things in [Development Logs](dev-docs/02-development-logs.md)
3. [Development Guides](dev-docs/03-development-guides.md)

License
-------

[](#license)

The Enpii Base plugin is open-sourced software licensed under the [MIT license](LICENSE.md).

Credits
-------

[](#credits)

- Author [Trac Nguyen](mailto:npbtrac@yahoo.com)
- [WordPress Team](https://wordpress.org/) and [WordPress VIP](https://wpvip.com/)
- Laravel team [Laravel framework](https://laravel.com/)
- [PHPCS team](https://github.com/squizlabs/PHP_CodeSniffer)
- [Codeception](https://github.com/Codeception/Codeception)
- [PHPUnit](https://phpunit.de/)

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance38

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~26 days

Recently: every ~0 days

Total

21

Last Release

770d ago

PHP version history (4 changes)v0.0.1PHP ^7.2.5|^8.0

v0.2.0PHP ^7.2.5|~8.0.0

v0.3.0PHP ^7.3|^8.0.0

v0.6.3PHP ^7.3|^8.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/295365?v=4)[Trac Nguyen P.](/maintainers/npbtrac)[@npbtrac](https://github.com/npbtrac)

---

Top Contributors

[![npbtrac](https://avatars.githubusercontent.com/u/295365?v=4)](https://github.com/npbtrac "npbtrac (211 commits)")[![loikimle](https://avatars.githubusercontent.com/u/50190659?v=4)](https://github.com/loikimle "loikimle (163 commits)")[![tracnguyenp](https://avatars.githubusercontent.com/u/19769299?v=4)](https://github.com/tracnguyenp "tracnguyenp (41 commits)")[![ChienNguyenDac](https://avatars.githubusercontent.com/u/88717764?v=4)](https://github.com/ChienNguyenDac "ChienNguyenDac (7 commits)")

### Embed Badge

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

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

###  Alternatives

[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M223](/packages/backpack-crud)[october/rain

October Rain Library

1601.7M82](/packages/october-rain)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3891.8k](/packages/codewithdennis-larament)[open-dxp/opendxp

Content &amp; Product Management Framework (CMS/PIM)

9421.6k61](/packages/open-dxp-opendxp)

PHPackages © 2026

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