WP Manifestindependent plugin directory
manifest / developer / wp-plugin-enpii-base

Enpii Base

Enpii Base plugin to WordPress and WooCommerce development

by dev@enpii.com, nptrac@yahoo.com · github.com/enpiicom/wp-plugin-enpii-base · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/enpiicom/wp-plugin-enpii-base/archive/refs/heads/master.zip

Readme

Enpii Base plugin

We understand the pains it brings to WordPress developers so we create this plugin to allow to use Laravel framework.

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')
    <h1><?php echo 'WP App'; ?></h1>
    <p>{{ 'Welcome to WP App from Enpii Base' }}</p>
@endsection

and on layouts/main.blade.php

<html>
<body>
    <main class="site-body">
        @yield('content')
    </main>
</body>
</html>

Interesting!? Let's get started

Installation

composer require enpii/enpii-base

or you can find it on WordPress plugin hub

Docs are here:

  1. Basic Concepts
  2. We log our blockers, solutions and crazy things in Development Logs
  3. Development Guides

License

The Enpii Base plugin is open-sourced software licensed under the MIT license.

Credits

Read the full README on GitHub →

Releases

TagPublished
v0.9.0 Feb 10, 2025
v0.8.9 Feb 6, 2025
v0.8.8 Dec 3, 2024
v0.8.7 Nov 27, 2024
v0.8.6 Nov 22, 2024
v0.8.5 Nov 19, 2024
v0.8.4 Nov 18, 2024
v0.8.3 Nov 15, 2024
v0.8.2 Nov 12, 2024
v0.8.1 Nov 11, 2024
v0.8.0 Nov 7, 2024

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.