PHPackages                             mggflow/laravel-microservice-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. mggflow/laravel-microservice-base

ActiveProject[Framework](/categories/framework)

mggflow/laravel-microservice-base
=================================

The Laravel Microservice base.

v4.1.1(2y ago)2351MITPHPPHP ^8.1

Since Sep 10Pushed 1y ago1 watchersCompare

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

READMEChangelogDependencies (11)Versions (24)Used By (0)

Laravel Microservice Base
=========================

[](#laravel-microservice-base)

About
-----

[](#about)

This project is base of microservice implements on Laravel.

Usage
-----

[](#usage)

Check all info about ports, volumes and other settings in: `./docker-compose.yml`, `./.env.example`, `./config`. Also you can find useful bash scripts in `./scripts`

1. Create project in dir "msvc" via composer

```
composer create-project mggflow/laravel-microservice-base msvc

```

2. Add files to GIT

```
# git init
git add --all

```

3. Install composer dependencies

```
composer install

```

4. Use Docker for development without hardware dependencies

```
docker compose up -d

```

5. Create your app logic with all advantages of [Laravel](https://laravel.com). For example see app/HTTP/Controllers/GreetingsController.php and  route

In the alternative case you can separately download "./scripts/install.sh" from GitHube repo and then

```
sudo sh ./install.sh -u1000 -g1000 -r"mggflow/laravel-microservice-base" -d"/mnt/path/to/project"

```

P.S.: with the same script you can install your project based on this

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance28

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community5

Small or concentrated contributor base

Maturity70

Established project with proven stability

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 ~31 days

Recently: every ~0 days

Total

23

Last Release

1072d ago

Major Versions

v1.3.0 → v2.0.02023-03-08

v2.0.4 → v3.0.02023-03-17

v3.0.0 → v4.0.02023-07-26

PHP version history (2 changes)v1.0.0PHP ^7.3|^8.0

v4.0.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/90987388?v=4)[MGGFLOW](/maintainers/MGGFLOW)[@mggflow](https://github.com/mggflow)

---

Tags

frameworklaravelMicroservicemggflow

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/mggflow-laravel-microservice-base/health.svg)

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

###  Alternatives

[unopim/unopim

UnoPim Laravel PIM

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

Bagisto Laravel E-Commerce

27.6k172.1k9](/packages/bagisto-bagisto)[krayin/laravel-crm

Krayin CRM

23.2k33.6k1](/packages/krayin-laravel-crm)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[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.

3991.8k](/packages/codewithdennis-larament)[ercogx/laravel-filament-starter-kit

This is a Filament v5 Starter Kit for Laravel 13, designed to accelerate the development of Filament-powered applications.

461.7k](/packages/ercogx-laravel-filament-starter-kit)

PHPackages © 2026

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