PHPackages                             jclavo/profiles - 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. jclavo/profiles

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

jclavo/profiles
===============

This a package to manage profiles on Ministerio da Cidadania

0.6.0(3y ago)08MITPHPPHP ^8.0

Since Sep 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Jclavo/laravel-package-profiles-mc)[ Packagist](https://packagist.org/packages/jclavo/profiles)[ RSS](/packages/jclavo-profiles/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (4)Versions (5)Used By (0)

This a package to manage profiles on Ministerio da Cidadania
============================================================

[](#this-a-package-to-manage-profiles-on-ministerio-da-cidadania)

[![Latest Version on Packagist](https://camo.githubusercontent.com/5f26f29e3835d3e04dfb3e6992e46b5430e5084e3f511c8585677c49a7b93a14/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f3a76656e646f725f736c75672f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)[![GitHub Tests Action Status](https://camo.githubusercontent.com/48768a6d8d6471857870b20d11735c44f8cfe7025077c8c3f645f8e757a7c213/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3a76656e646f725f736c75672f3a7061636b6167655f736c75672f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/44e653dfc6377c15f41f5275a62c6e8759eb58daca74aafed8498f127387d73a/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f3a76656e646f725f736c75672f3a7061636b6167655f736c75672f466978253230504850253230636f64652532307374796c652532306973737565733f6c6162656c3d636f64652532307374796c65)](https://github.com/:vendor_slug/:package_slug/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/eecef849b077e1fd177407f7332e114b97c07a007ef6f271940339001b727e66/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f3a76656e646f725f736c75672f3a7061636b6167655f736c75672e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/:vendor_slug/:package_slug)

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

[](#installation)

You can install the package via composer:

```
composer require jclavo/profiles
```

After that, add the package providers on `app.php`

```
    'providers' => [
        ...
        /*
        * Package Service Providers...
        */
        Jclavo\Profiles\Providers\ProfilesProvider::class,
        ...
    ]
```

Usage
-----

[](#usage)

```
use Jclavo\Profiles\Models\Profile;

$profile = new Profile();
$profile->name = 'my new profile';
$profile->description = 'description for my new profile';
$profile->activated = true;
$profile->fixed = false;
$profile->save();
```

Testing
-------

[](#testing)

```
./vendor/bin/phpunit
./vendor/bin/phpunit tests/Unit/ProfileTest.php
```

Credits
-------

[](#credits)

- [jclavo](https://github.com/Jclavo)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity45

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

4

Last Release

1319d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/4ef35d4a24656da387c1f33371810e9b3c48498cc159af788f0be998e8628bb0?d=identicon)[Jclavo](/maintainers/Jclavo)

---

Top Contributors

[![Jclavo](https://avatars.githubusercontent.com/u/15223749?v=4)](https://github.com/Jclavo "Jclavo (16 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/jclavo-profiles/health.svg)

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

###  Alternatives

[barryvdh/laravel-ide-helper

Laravel IDE Helper, generates correct PHPDocs for all Facade classes, to improve auto-completion.

14.9k123.0M685](/packages/barryvdh-laravel-ide-helper)[orchestra/canvas

Code Generators for Laravel Applications and Packages

21017.2M157](/packages/orchestra-canvas)[efureev/laravel-trees

Multi-Tree structures for Laravel

14253.3k4](/packages/efureev-laravel-trees)[illuminatech/balance

Provides support for Balance accounting system based on debit and credit principle

16137.4k](/packages/illuminatech-balance)[zonneplan/laravel-module-loader

Module loader for Laravel

24118.4k](/packages/zonneplan-laravel-module-loader)[glhd/special

1929.4k](/packages/glhd-special)

PHPackages © 2026

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