PHPackages                             slavawins/mrp-profile - 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. slavawins/mrp-profile

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

slavawins/mrp-profile
=====================

Extend mpr for profile page generation

0.2.7(10mo ago)01.0k↓50%1MITPHPPHP ^7.3|^8.0

Since Jan 29Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/slavaWins/mrp-profile)[ Packagist](https://packagist.org/packages/slavawins/mrp-profile)[ RSS](/packages/slavawins-mrp-profile/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (7)Dependencies (3)Versions (9)Used By (1)

[![](info/logo.jpg)](info/logo.jpg)

MrpProfile
----------

[](#mrpprofile)

Кароч изи пакет

Установка из composer
---------------------

[](#установка-из-composer)

```
composer require slavawins/mrp-profile

```

Опубликовать js файлы, вью и миграции необходимые для работы пакета. Вызывать команду:

```
php artisan vendor:publish --provider="MrpProfile\Providers\MrpProfileServiceProvider"

```

В роутере routes/web.php добавить

```
   Route::get('/profile', [\App\Http\Controllers\MrpProfile\UserMrpProfile::class, 'index'])->name('profile');
   Route::post('/profile/update_profile', [\App\Http\Controllers\MrpProfile\UserMrpProfile::class, 'update_profile'])->name('profile.update_profile');
   Route::post('/profile/profile_notify_if', [\App\Http\Controllers\MrpProfile\UserMrpProfile::class, 'profile_notify_if'])->name('profile.profile_notify_if');
   Route::post('/profile/profile_notify_type', [\App\Http\Controllers\MrpProfile\UserMrpProfile::class, 'profile_notify_type'])->name('profile.profile_notify_type');
   Route::post('/profile/industry', [\App\Http\Controllers\MrpProfile\UserMrpProfile::class, 'profile_industry'])->name('profile.industry');

```

В пользвоателя добавить. В PropertiesSetting. Это наборы всяких полей. Чтоб больше крутилок было.

```
       MrpProfileLibary::ExtendUser($config);
       MrpProfileLibary::ExtendUserProjectNotify($config);

```

Обновить поля пользователя

```
php artisan mrp:migration User
php artisan migrate

```

Переходим по адресу профиля, и смотрим как вкладки генерятся

```
/profile

```

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance54

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity46

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

Recently: every ~223 days

Total

8

Last Release

308d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2649beaaa049a18acd6c6636c6cd9ae24269d9d8925ec65d2b2a2aa11f73df47?d=identicon)[slavaWins](/maintainers/slavaWins)

---

Top Contributors

[![slavaWins](https://avatars.githubusercontent.com/u/36732624?v=4)](https://github.com/slavaWins "slavaWins (11 commits)")

### Embed Badge

![Health badge](/badges/slavawins-mrp-profile/health.svg)

```
[![Health](https://phpackages.com/badges/slavawins-mrp-profile/health.svg)](https://phpackages.com/packages/slavawins-mrp-profile)
```

PHPackages © 2026

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