PHPackages                             mezon/crud-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. mezon/crud-service-client

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

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

Small crud-service-client script

1.0.3(4y ago)21.5k[1 PRs](https://github.com/alexdodonov/mezon-crud-service-client/pulls)5MITPHPPHP &gt;=7.2.0

Since Feb 24Pushed 1y ago2 watchersCompare

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

READMEChangelogDependencies (6)Versions (6)Used By (5)

CRUD service client [![Build Status](https://camo.githubusercontent.com/bfee535763cc3a18122b5836b74523b40d424c1168e9cb0d2339079388603b5e/68747470733a2f2f7472617669732d63692e636f6d2f616c6578646f646f6e6f762f6d657a6f6e2d637275642d736572766963652d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.com/alexdodonov/mezon-mezon-crud-service-client) [![codecov](https://camo.githubusercontent.com/cbc7ff81fed5c872fc3cec36b17ab9086eae86e42266fb74d8eb000b8d20eef3/68747470733a2f2f636f6465636f762e696f2f67682f616c6578646f646f6e6f762f6d657a6f6e2d6d657a6f6e2d637275642d736572766963652d636c69656e742f6272616e63682f6d61737465722f67726170682f62616467652e737667)](https://codecov.io/gh/alexdodonov/mezon-mezon-crud-service-client)
============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#crud-service-client--)

Intro
-----

[](#intro)

Mezon provides simple client for CRUD service.

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

[](#installation)

Just print in console

```
composer require mezon/crud-service-client

```

And that's all )

Reference
---------

[](#reference)

This class provides CRUD-like all-purpose methods:

```
create($data)
update(int $id, array $data, int $crossDomain = 0)
newRecordsSince($date)
recordsCount()
lastRecords($count, $filter)
delete(int $id, int $crossDomain = 0): string
recordsCountByField(string $field, $filter = false): array
deleteFiltered($crossDomain = 0, $filter = false)
getRecordsBy($filter, $crossDomain = 0)
getById($id, $crossDomain = 0)
getByIdsArray($ids, $crossDomain = 0)
getList(int $from = 0, int $limit = 1000000000, $crossDomain = 0, $filter = false, $order = false): array

// and some utilities
static function instance(string $service, string $token): \Mezon\CrudService\CrudServiceClient
getFields(): array
```

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance30

Infrequent updates — may be unmaintained

Popularity18

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

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

Total

4

Last Release

1572d ago

### 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 (3 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Type Coverage Yes

### Embed Badge

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

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

###  Alternatives

[luminous/luminous

A full featured syntax highlighting library.

521.7k2](/packages/luminous-luminous)

PHPackages © 2026

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