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

ActiveProject[Framework](/categories/framework)

finwax/laravel-microservice-base
================================

The Laravel Microservice base.

v1.2.4(9mo ago)00MITPHPPHP ^8.2

Since Mar 2Pushed 9mo agoCompare

[ Source](https://github.com/FINWAX/laravel-microservice-base)[ Packagist](https://packagist.org/packages/finwax/laravel-microservice-base)[ RSS](/packages/finwax-laravel-microservice-base/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (10)Versions (10)Used By (0)

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

[](#laravel-microservice-base)

About
-----

[](#about)

This project is base of microservice implements on Laravel.

Usage
-----

[](#usage)

### Install

[](#install)

Get scripts

```
git clone --no-checkout --depth 1 https://github.com/FINWAX/laravel-microservice-base.git temp && cd temp && git sparse-checkout init --cone && git sparse-checkout set scripts && git checkout master && cd .. && mv temp/scripts . && (rm -rf temp 2>/dev/null || Remove-Item -Path temp -Recurse -Force 2>$null)

```

Note: run scripts from the corresponding directory!

Download and prepare project

```
sh /path-to/scripts/install.sh -u1000 -g1000 -r"FINWAX/laravel-microservice-base" -d"/destination-path" -p"/previous-path-if-needs-import-data"

```

Then do first launch

```
sh /path_to/scripts/first-launch.sh "/path-to/project"

```

Fill and validate env files for dev/test and production.

Then use

```
sh /path_to/scripts/dev-launch.sh "/path-to/project"

```

or

```
sh /path_to/scripts/prod-launch.sh "/path-to/project"

```

### Update

[](#update)

Use update script

```
sh /path_to/scripts/update.sh -u1000 -g1000 -r"FINWAX/laravel-microservice-base" -d"/current-path" -p"/path-to-move-current-version"

```

### Control

[](#control)

If it needs - use `docker compose exec lv ...command`.

Run dev server

```
composer run dev

```

Provide existing migrations

```
php artisan migrate

```

Optimize composer + cache config, events, routes, views

```
sh /path_to/scripts/optimize.sh "/path-to/project"

```

Clear caches

```
sh /path_to/scripts/clear.sh "/path-to/project"

```

### View

[](#view)

Check example endpoints:

- `http://127.0.0.1:8087/health/check` - service works normal
- `http://127.0.0.1:8087/health/availability` - service is available
- `http://127.0.0.1:8087/greeting/hello-protected` - auth via Zitadel
- `http://127.0.0.1:8087/greeting/hello-unprotected?name=Nohj` - GET params passed well

Links
-----

[](#links)

- [Laravel documentation](https://laravel.com/docs)
- [Project GitHub](https://github.com/FINWAX/laravel-microservice-base)
- [FINWAX GitHub](https://github.com/FINWAX)
- [Zitadel Auth](https://zitadel.com/)

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance57

Moderate activity, may be stable

Popularity0

Limited adoption so far

Community2

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

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

Recently: every ~35 days

Total

9

Last Release

282d ago

### Community

Maintainers

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

---

Tags

frameworklaravelMicroservicemggflowfinwax

###  Code Quality

TestsPHPUnit

Code StyleLaravel Pint

### Embed Badge

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

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

###  Alternatives

[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.

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

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

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

PHPackages © 2026

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