PHPackages                             mggflow/msvc-api - 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. [API Development](/categories/api)
4. /
5. mggflow/msvc-api

ActiveLibrary[API Development](/categories/api)

mggflow/msvc-api
================

Send requests to laravel microservice

v1.0.0(4y ago)01MITPHP

Since Oct 30Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mggflow/msvc-api.php)[ Packagist](https://packagist.org/packages/mggflow/msvc-api)[ RSS](/packages/mggflow-msvc-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

MSVC API PHP
============

[](#msvc-api-php)

About
-----

[](#about)

This package makes wrapping to fast and easy send requests to [laravel microservice](https://github.com/mggflow/laravel-microservice-base) API from Server side code.

Usage
-----

[](#usage)

To install:

```
composer require mggflow/msvc-api

```

Example:

```
use MGGFLOW\Microservices\Api;

$msvcName = "msvc_name";
$apiUrl = "https://url.to/api";
// Create instance of API.
$api = new Api($msvcName, $apiUrl);
// Send request to action "hello" of microservice with param "name".
$resp = $api->hello(["name" => "John"])->send();
// Returns json decoded response or false.
var_dump($resp);

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity50

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

Unknown

Total

1

Last Release

1661d ago

### Community

Maintainers

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

### Embed Badge

![Health badge](/badges/mggflow-msvc-api/health.svg)

```
[![Health](https://phpackages.com/badges/mggflow-msvc-api/health.svg)](https://phpackages.com/packages/mggflow-msvc-api)
```

###  Alternatives

[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[convertkit/convertkitapi

Kit PHP SDK for the Kit API

2167.1k1](/packages/convertkit-convertkitapi)[mapado/rest-client-sdk

Rest Client SDK for hydra API

1125.9k2](/packages/mapado-rest-client-sdk)

PHPackages © 2026

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