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

ActiveWordpress-muplugin

yivic/yivic-base
================

The base plugin to have powerful Laravel development on WordPress

v0.0.1(4mo ago)401PHPPHP &gt;=7.2.0

Since Jan 12Pushed 4mo ago2 watchersCompare

[ Source](https://github.com/manhphuc/wp-plugin-yivic-base)[ Packagist](https://packagist.org/packages/yivic/yivic-base)[ RSS](/packages/yivic-yivic-base/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (9)Versions (5)Used By (0)

Yivic Base plugin
=================

[](#yivic-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 Yivic Base plugin).

So from now on, you can use Laravel concepts to work with WordPress developments consistently. This Yivic 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 Yivic Base' }}
@endsection
```

and on `layouts/main.blade.php`

```

		@yield('content')

```

Interesting!? Let's get started

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

[](#installation)

```
composer require yivic/yivic-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 Yivic Base plugin is open-sourced software licensed under the [MIT license](LICENSE.md).

Credits
-------

[](#credits)

- Author [Phuc Nguyen](mailto:manhphucofficial@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

29

—

LowBetter than 59% of packages

Maintenance77

Regular maintenance activity

Popularity5

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity22

Early-stage or recently created project

 Bus Factor1

Top contributor holds 94.1% 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

Unknown

Total

1

Last Release

126d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/70d332d0092ecb69dc11b79f51330c528f6ad52e4e4a2d03e7e51537b7a4e448?d=identicon)[manhphuc](/maintainers/manhphuc)

---

Top Contributors

[![manhphuc](https://avatars.githubusercontent.com/u/25941730?v=4)](https://github.com/manhphuc "manhphuc (16 commits)")[![rodrigoprimo](https://avatars.githubusercontent.com/u/77215?v=4)](https://github.com/rodrigoprimo "rodrigoprimo (1 commits)")

---

Tags

composer-packagewordpresswordpress-plugin

###  Code Quality

TestsCodeception

Code StylePHP\_CodeSniffer

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

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

Bagisto Laravel E-Commerce

26.2k161.6k7](/packages/bagisto-bagisto)[unopim/unopim

UnoPim Laravel PIM

9.4k1.8k](/packages/unopim-unopim)[microweber/microweber

New generation CMS with drag and drop

3.4k13.8k1](/packages/microweber-microweber)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

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

SeAT Web Interface

2723.2k135](/packages/eveseat-web)

PHPackages © 2026

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