PHPackages                             macropay-solutions/laravel-crud-wizard-client-free - 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/laravel-crud-wizard-client-free

ActiveLibrary[Admin Panels](/categories/admin)

macropay-solutions/laravel-crud-wizard-client-free
==================================================

Request builder for calling projects that implement macropay-solutions/laravel-crud-wizard-free

1.0.7(8mo ago)351MITPHPPHP ^7.4|^8.0

Since Mar 25Pushed 1w ago1 watchersCompare

[ Source](https://github.com/macropay-solutions/laravel-crud-wizard-client-free)[ Packagist](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-client-free)[ RSS](/packages/macropay-solutions-laravel-crud-wizard-client-free/feed)WikiDiscussions production Synced 1mo ago

READMEChangelog (8)Dependencies (3)Versions (8)Used By (0)

laravel-crud-wizard-client-free
===============================

[](#laravel-crud-wizard-client-free)

[![Total Downloads](https://camo.githubusercontent.com/e14d879fe4aa2c0614e7508938a942e576cb751eb8441ffcf63c0cf4c6109bf0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6163726f7061792d736f6c7574696f6e732f6c61726176656c2d637275642d77697a6172642d636c69656e742d66726565)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-client-free)[![Latest Stable Version](https://camo.githubusercontent.com/1318aab172923ef3de2951d803460f5d7d426d4b22c54fde84a7e7ce7886a7c8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6163726f7061792d736f6c7574696f6e732f6c61726176656c2d637275642d77697a6172642d636c69656e742d66726565)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-client-free)[![License](https://camo.githubusercontent.com/f1f73212fb6a36ebaeb610469a21d30c02619e88b786b4e8743e716b5d86b76f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6163726f7061792d736f6c7574696f6e732f6c61726176656c2d637275642d77697a6172642d636c69656e742d66726565)](https://packagist.org/packages/macropay-solutions/laravel-crud-wizard-client-free)

Install
-------

[](#install)

```
composer require macropay-solutions/laravel-crud-wizard-client-free

```

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

[](#start-using-it)

```
    $crud = new \MacroPaySolutions\LaravelCrudWizardClient\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

38

—

LowBetter than 83% of packages

Maintenance80

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

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

Recently: every ~49 days

Total

7

Last Release

267d 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 (9 commits)")

---

Tags

builderclientinitiatorquery-builderrequesturl-queryurl-query-languageclientbuildercrudfreewizardinitiator

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/macropay-solutions-laravel-crud-wizard-client-free/health.svg)

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

###  Alternatives

[backpack/crud

Quickly build admin interfaces using Laravel, Bootstrap and JavaScript.

3.4k3.7M222](/packages/backpack-crud)[appzcoder/crud-generator

Laravel CRUD Generator

1.4k589.2k7](/packages/appzcoder-crud-generator)[friendsofcake/crud

CakePHP Application development on steroids - rapid prototyping / scaffolding &amp; production ready code - XML / JSON APIs and more

3831.4M26](/packages/friendsofcake-crud)[backpack/pagemanager

Create admin panels for presentation websites on Laravel, using page templates and Backpack\\CRUD.

376543.9k6](/packages/backpack-pagemanager)[schmunk42/yii2-giiant

Gii CRUD generator for Yii 2 Framework

269505.6k17](/packages/schmunk42-yii2-giiant)[friendsofcake/crud-view

View layer for CRUD

52442.4k2](/packages/friendsofcake-crud-view)

PHPackages © 2026

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