PHPackages                             capmega/user-crud - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. capmega/user-crud

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

capmega/user-crud
=================

This is a library to create, delete and update an user

026Blade

Since Oct 28Pushed 3y ago1 watchersCompare

[ Source](https://github.com/capmega17/userCrud)[ Packagist](https://packagist.org/packages/capmega/user-crud)[ RSS](/packages/capmega-user-crud/feed)WikiDiscussions main Synced yesterday

READMEChangelogDependenciesVersions (3)Used By (0)

Capmega/userCrud
================

[](#capmegausercrud)

A package to create, delete and update users

Installation
============

[](#installation)

You can install the package via composer:

```
composer require capmega/user-crud
```

If your laravel version is &lt;7 add this code in your composer.js file:

```
"minimum-stability": "dev",
"prefer-stable" : true
```

To detect the routes file it is necessary to add the following code in config / app.php

```
'providers' => [
   Capmega\UserCrud\UserCrudServiceProvider::class,
],
```

Configuration
=============

[](#configuration)

To be able to use the content of the package it is necessary to publish it, with the following command it will be enough:

```
 php artisan vendor:publish --provider="Capmega\UserCrud\UserCrudServiceProvider" --tag=users-crud --force
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity31

Early-stage or recently created project

 Bus Factor1

Top contributor holds 90.9% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/670cacbe41754e037ceafba94cbd09de08e51691ff28f766ed86081073b99735?d=identicon)[capmega](/maintainers/capmega)

---

Top Contributors

[![capmega17](https://avatars.githubusercontent.com/u/84196235?v=4)](https://github.com/capmega17 "capmega17 (10 commits)")[![grobles16](https://avatars.githubusercontent.com/u/75268721?v=4)](https://github.com/grobles16 "grobles16 (1 commits)")

### Embed Badge

![Health badge](/badges/capmega-user-crud/health.svg)

```
[![Health](https://phpackages.com/badges/capmega-user-crud/health.svg)](https://phpackages.com/packages/capmega-user-crud)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[bezhansalleh/filament-shield

Filament support for `spatie/laravel-permission`.

2.8k2.9M88](/packages/bezhansalleh-filament-shield)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)

PHPackages © 2026

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