PHPackages                             com.panda180.laravel/user-manager - 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. com.panda180.laravel/user-manager

ActiveLaravel-package[Utility &amp; Helpers](/categories/utility)

com.panda180.laravel/user-manager
=================================

A simple Laravel package for fetching users.

00PHP

Since Jul 22Pushed 2y ago1 watchersCompare

[ Source](https://github.com/baraaha/UserManager)[ Packagist](https://packagist.org/packages/com.panda180.laravel/user-manager)[ RSS](/packages/companda180laravel-user-manager/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel User Manager Package
============================

[](#laravel-user-manager-package)

The Laravel User Manager Package is a simple and easy-to-use package that provides functionality to fetch users from the database in a Laravel application. It is designed to streamline the process of retrieving user data, making it a valuable addition to any Laravel project.

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

[](#installation)

You can install the Laravel User Manager Package via Composer. Simply run the following command in your Laravel application's root directory:

```
composer require com.panda180.laravel/user-manager
```

Usage
-----

[](#usage)

Once the package is installed, you can use the `UserManager` class to fetch users from the database. Here's a basic example of how to use the package:

```
use UserManager\UserManager;

// Fetch all users
$userManager = new UserManager();
$users = $userManager->getUsers();
dd($users);
```

Features
--------

[](#features)

- Fetch all users from the database with a simple method call.
- Provides an intuitive interface to access user data.

Requirements
------------

[](#requirements)

- PHP version 7.4 or higher
- Laravel version 8.x or higher
- Illuminate/Support package version 8.0 or higher

Contributing
------------

[](#contributing)

Contributions to the Laravel User Manager Package are welcome! If you find any issues or have ideas for improvements, please open an issue or submit a pull request on GitHub.

License
-------

[](#license)

The Laravel User Manager Package is open-source software licensed under the [MIT License](https://opensource.org/licenses/MIT).

Credits
-------

[](#credits)

The Laravel User Manager Package is developed and maintained by [Your Name or Organization](https://github.com/panda180).

Contact
-------

[](#contact)

If you have any questions or need support, you can reach out to us at .
----------------------------------------------------------------------------------------------

[](#if-you-have-any-questions-or-need-support-you-can-reach-out-to-us-at-ahmed7med23gmailcom)

###  Health Score

12

—

LowBetter than 1% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity21

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4a40d2574e3afee12bb5f5fc71ac91d2759870193cda9230dadb5f9a2b973ac?d=identicon)[baraaha](/maintainers/baraaha)

---

Top Contributors

[![baraaha](https://avatars.githubusercontent.com/u/46862178?v=4)](https://github.com/baraaha "baraaha (3 commits)")

### Embed Badge

![Health badge](/badges/companda180laravel-user-manager/health.svg)

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

###  Alternatives

[symfony/workflow

Provides tools for managing a workflow or finite state machine

62842.3M170](/packages/symfony-workflow)[stubbles/core

103.4k1](/packages/stubbles-core)

PHPackages © 2026

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