PHPackages                             mezon/service-client - 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. mezon/service-client

ActiveLibrary[API Development](/categories/api)

mezon/service-client
====================

Small service client script

1.0.17(4y ago)24.9k2MITPHPPHP &gt;=7.2CI failing

Since Feb 24Pushed 4y ago2 watchersCompare

[ Source](https://github.com/alexdodonov/mezon-service-client)[ Packagist](https://packagist.org/packages/mezon/service-client)[ Docs](https://github.com/alexdodonov/mezon-service-client)[ RSS](/packages/mezon-service-client/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependencies (7)Versions (21)Used By (2)

Service client [![Build Status](https://camo.githubusercontent.com/b0d369eead4c38ca10deaca3157d76efd4ddfa8db682299744c75cd8e9933741/68747470733a2f2f7472617669732d63692e636f6d2f616c6578646f646f6e6f762f6d657a6f6e2d736572766963652d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/alexdodonov/mezon-mezon-service-client) [![codecov](https://camo.githubusercontent.com/483ff925fa6e38bacd9acf135151cbfbacbb49f345cbccf8ac2e4bc404a0b864/68747470733a2f2f636f6465636f762e696f2f67682f616c6578646f646f6e6f762f6d657a6f6e2d6d657a6f6e2d736572766963652d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/alexdodonov/mezon-mezon-service-client) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/fbe34c69b4c0be700bd1b0eb72e17cbbf394b8500474c33043b020dc1f7bced3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c6578646f646f6e6f762f6d657a6f6e2d736572766963652d636c69656e742f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alexdodonov/mezon-service-client/?branch=master)
=========================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#service-client---)

Intro
-----

[](#intro)

Mezon provides simple client services based on the Mezon framework.

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

[](#installation)

Just print in console

```
composer require mezon/service-client

```

And that's all )

Setup
-----

[](#setup)

First of all you need to create client and set to wich service it must send requests:

```
$client = new \Mezon\Service\ServiceClient('https://some-service.com/');
```

And since then you can connect to this service:

```
client->connect('login', 'password');
```

Default methods
---------------

[](#default-methods)

You already know about one out-of-the box method - connect. But there are more of them.

###  Health Score

31

—

LowBetter than 68% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity60

Established project with proven stability

 Bus Factor1

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

Every ~29 days

Recently: every ~53 days

Total

20

Last Release

1713d ago

PHP version history (2 changes)1.0.0PHP &gt;=7.2.0

1.0.7PHP &gt;=7.2

### Community

Maintainers

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

---

Top Contributors

[![alexdodonov](https://avatars.githubusercontent.com/u/14943896?v=4)](https://github.com/alexdodonov "alexdodonov (30 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

![Health badge](/badges/mezon-service-client/health.svg)

```
[![Health](https://phpackages.com/badges/mezon-service-client/health.svg)](https://phpackages.com/packages/mezon-service-client)
```

###  Alternatives

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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