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

ActiveLibrary

duncanrmorris/profile
=====================

The User Profile Package

1.0.1(5y ago)06[1 issues](https://github.com/DRMorris-IT-Services/profile/issues)MITBlade

Since Oct 13Pushed 5y agoCompare

[ Source](https://github.com/DRMorris-IT-Services/profile)[ Packagist](https://packagist.org/packages/duncanrmorris/profile)[ RSS](/packages/duncanrmorris-profile/feed)WikiDiscussions main Synced 2d ago

READMEChangelog (2)DependenciesVersions (3)Used By (0)

Profile Package
===============

[](#profile-package)

[![Latest Stable Version](https://camo.githubusercontent.com/3c7ed8c546fbfe038bf4912b466481782e9f17975bec0e035837f7a87e18cad0/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f70726f66696c652f76)](//packagist.org/packages/duncanrmorris/profile)[![License](https://camo.githubusercontent.com/866084a1f2c1c445c98a04e924b26d20382fc4839458e82757209052d67ade10/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f70726f66696c652f6c6963656e7365)](//packagist.org/packages/duncanrmorris/profile)[![Monthly Downloads](https://camo.githubusercontent.com/f3c9ec3263eab9e2482d00091c7468b4d0e6e750bab9bac6e34139bffbb201a7/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f70726f66696c652f642f6d6f6e74686c79)](//packagist.org/packages/duncanrmorris/profile)[![Total Downloads](https://camo.githubusercontent.com/a613302d02aa6ea9a8f599943cddc2b569e189af3f82825c7d3f9f987b78b985/68747470733a2f2f706f7365722e707567782e6f72672f64756e63616e726d6f727269732f70726f66696c652f646f776e6c6f616473)](//packagist.org/packages/duncanrmorris/profile)

Introduction
------------

[](#introduction)

The Profile package is designed to run within the Laravel ^7.2 application, giving you a quick and simple profile management tool for your users.

The Profile package is offered along side other packages from DRMorris IT Services, to checkout these other packages go to

[![Profile Overview](profile_overview.png)](profile_overview.png)
[![Profile Details](profile_details.png)](profile_details.png)

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

[](#installation)

To install this package within your Laravel application please follow these steps:

### Step 1

[](#step-1)

Setup the Laravel ^7.2 application as you require, then run the code:

```
composer require duncanrmorris/profile

```

### Step 2

[](#step-2)

Edit "config/app.php" file to add in the new Service Provider:

```
'providers' => [

        /*
         * Laravel Framework Service Providers...
         */
        Illuminate\Auth\AuthServiceProvider::class,
        Illuminate\Broadcasting\BroadcastServiceProvider::class,
        Illuminate\Bus\BusServiceProvider::class,
        ///
        duncanrmorris\profile\ProfileServiceProvider::class,

```

### Step 3

[](#step-3)

You can route to the profile page via "/profile" route. You can add this to the Laravel application "resources/views/layouts/app.blade.php":

```

                        @guest

                                {{ __('Login') }}

                            @if (Route::has('register'))

                                    {{ __('Register') }}

                            @endif
                        @else

                                    {{ Auth::user()->name }}

                                        Profile

                                        {{ __('Logout') }}

                                        @csrf

                        @endguest

```

```

                                        Profile

```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

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

Total

2

Last Release

2038d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dbc566ff9bd214a02cc5f51861b6f6798fe6e115c1be35f625405e2399df19c5?d=identicon)[drmorris-itservices](/maintainers/drmorris-itservices)

---

Top Contributors

[![duncanrmorris](https://avatars.githubusercontent.com/u/69160629?v=4)](https://github.com/duncanrmorris "duncanrmorris (10 commits)")

### Embed Badge

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

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

PHPackages © 2026

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