PHPackages                             macropay-solutions/php-crufd-wizard-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. [Admin Panels](/categories/admin)
4. /
5. macropay-solutions/php-crufd-wizard-client

ActiveLibrary[Admin Panels](/categories/admin)

macropay-solutions/php-crufd-wizard-client
==========================================

Request builder for calling projects that implement macropay-solutions/php-crufd-wizard

1.0.0-RC1(1mo ago)201MITPHPPHP ^7.4|^8.0

Since Jun 23Pushed 1mo agoCompare

[ Source](https://github.com/macropay-solutions/php-crufd-wizard-client)[ Packagist](https://packagist.org/packages/macropay-solutions/php-crufd-wizard-client)[ RSS](/packages/macropay-solutions-php-crufd-wizard-client/feed)WikiDiscussions production Synced 2w ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

php-crufd-wizard-client - RetrieveQL
====================================

[](#php-crufd-wizard-client---retrieveql)

[![Total Downloads](https://camo.githubusercontent.com/b120b202d1cd9ef28e4fcfea84a73ba2244a96bff5f16587b39e59ae32d632fc/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6163726f7061792d736f6c7574696f6e732f7068702d63727566642d77697a6172642d636c69656e74)](https://packagist.org/packages/macropay-solutions/php-crufd-wizard-client)[![Latest Stable Version](https://camo.githubusercontent.com/5e066497682d9a6607e38c8aa72b79850ee25936020d3dd4b02cb29e0d9c5071/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6163726f7061792d736f6c7574696f6e732f7068702d63727566642d77697a6172642d636c69656e74)](https://packagist.org/packages/macropay-solutions/php-crufd-wizard-client)[![License](https://camo.githubusercontent.com/addf8e89c5172adfcfb350183adadf91a2089ee2f730e732dce687860cf5e26e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6163726f7061792d736f6c7574696f6e732f7068702d63727566642d77697a6172642d636c69656e74)](https://packagist.org/packages/macropay-solutions/php-crufd-wizard-client)

This can be used for calling [php-crufd-wizard](https://github.com/macropay-solutions/php-crufd-wizard)

Install
-------

[](#install)

```
composer require macropay-solutions/php-crufd-wizard-client

```

Start using it
--------------

[](#start-using-it)

```
    $crud = new \MacropaySolutions\CrufdWizardClient\RequestBuilder(\env('API_BEARER'), \env('APP_URL'));

    try {
        $result = $crud->list('clients', $crud->getBuilder()->sort('country', 'asc')
            ->sort('zip')->equals('name', 'alt')->withRelation('relation')
            ->withRelations(['rel1', 'rel2'])
            ->addCountRelations(['relation1'])->addExistRelation('relation2');
        $result = $crud->get('clients', '73', ['rel1', 'rel2']);
        $result = $crud->delete('clients', '73');
        $result = $crud->create('clients', [
            'active' => '1',
            'name' => 'abc',
            // ...
        ]);
        $result = $crud->update('clients', '73', [
            'active' => '1',
            'name' => 'abc',
            // ...
        ]);
    } catch (\Exception $e) {
        $decodedErrorMessage = \json_decode($e->getMessage());
        echo $decodedErrorMessage->message;
    }

    $decodedResult = \json_decode($result);
```

Discover more methods available by installing it.

###  Health Score

32

—

LowBetter than 69% of packages

Maintenance91

Actively maintained with recent releases

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

46d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/153634237?v=4)[macropay-solutions](/maintainers/macropay-solutions)[@macropay-solutions](https://github.com/macropay-solutions)

---

Top Contributors

[![macropay-solutions](https://avatars.githubusercontent.com/u/153634237?v=4)](https://github.com/macropay-solutions "macropay-solutions (1 commits)")

---

Tags

clientbuildercrudfreewizardinitiatorcrufd

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/macropay-solutions-php-crufd-wizard-client/health.svg)

```
[![Health](https://phpackages.com/badges/macropay-solutions-php-crufd-wizard-client/health.svg)](https://phpackages.com/packages/macropay-solutions-php-crufd-wizard-client)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.2k555.0M2.8k](/packages/aws-aws-sdk-php)[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.8M227](/packages/backpack-crud)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k832.6k51](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3661.3M49](/packages/tencentcloud-tencentcloud-sdk-php)[eslazarev/wildberries-sdk

Wildberries OpenAPI clients (generated).

293.1k](/packages/eslazarev-wildberries-sdk)

PHPackages © 2026

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