PHPackages                             mphpmaster/laravel-class-access-wrapper - 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. mphpmaster/laravel-class-access-wrapper

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

mphpmaster/laravel-class-access-wrapper
=======================================

Laravel class access wrapper

1.0.0(3y ago)14MITPHPPHP &gt;=8.1

Since Jun 11Pushed 3y ago1 watchersCompare

[ Source](https://github.com/mPhpMaster/laravel-class-access-wrapper)[ Packagist](https://packagist.org/packages/mphpmaster/laravel-class-access-wrapper)[ RSS](/packages/mphpmaster-laravel-class-access-wrapper/feed)WikiDiscussions main Synced yesterday

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

Laravel class access wrapper
============================

[](#laravel-class-access-wrapper)

Installation:
-------------

[](#installation)

```
composer require mphpmaster/laravel-class-access-wrapper
```

Usage:
------

[](#usage)

```
$class = new \MPhpMaster\LaravelClassAccessWrapper\ClassAccessWrapper(\Illuminate\Http\Request::class);
dd(
  $class->id, // get property
  $class->all(), // call method
  isset($class->id), // check property is exist
  ($class->id = 1), // set property
);
```

License
-------

[](#license)

The Laravel framework is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

The Laravel Helpers is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

1118d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/59211285?v=4)[Moh. Php Master ..](/maintainers/mPhpMaster)[@mPhpMaster](https://github.com/mPhpMaster)

---

Top Contributors

[![mPhpMaster](https://avatars.githubusercontent.com/u/59211285?v=4)](https://github.com/mPhpMaster "mPhpMaster (2 commits)")

---

Tags

laravelclasswrapperaccess

### Embed Badge

![Health badge](/badges/mphpmaster-laravel-class-access-wrapper/health.svg)

```
[![Health](https://phpackages.com/badges/mphpmaster-laravel-class-access-wrapper/health.svg)](https://phpackages.com/packages/mphpmaster-laravel-class-access-wrapper)
```

###  Alternatives

[grumpydictator/firefly-iii

Firefly III: a personal finances manager.

23.9k69.5k](/packages/grumpydictator-firefly-iii)[firefly-iii/data-importer

Firefly III Data Import Tool.

8035.8k](/packages/firefly-iii-data-importer)[markwalet/nova-modal-response

A Laravel Nova asset for Modal responses on an action.

17878.9k](/packages/markwalet-nova-modal-response)[ronasit/laravel-helpers

Provided helpers function and some helper class.

2085.6k31](/packages/ronasit-laravel-helpers)[team-nifty-gmbh/tall-datatables

Server-side rendered datatables for Laravel and Livewire

1320.9k4](/packages/team-nifty-gmbh-tall-datatables)[tomshaw/electricgrid

A feature-rich Livewire package designed for projects that require dynamic, interactive data tables.

119.4k](/packages/tomshaw-electricgrid)

PHPackages © 2026

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