定制 com.panda180.laravel/user-manager 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

com.panda180.laravel/user-manager

Composer 安装命令:

composer require com.panda180.laravel/user-manager

包简介

A simple Laravel package for fetching users.

README 文档

README

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

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

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

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

Requirements

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

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

The Laravel User Manager Package is open-source software licensed under the MIT License.

Credits

The Laravel User Manager Package is developed and maintained by Your Name or Organization.

Contact

If you have any questions or need support, you can reach out to us at ahmed7med23@gmail.com.

统计信息

  • 总下载量: 0
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: Unknown
  • 更新时间: 2023-07-22