ogunsakindamilola/active-housing

该包最新版本(dev-dev)没有提供许可证信息。

Active Housing

dev-dev 2022-10-11 18:06 UTC

This package is not auto-updated.

Last update: 2024-09-26 02:03:50 UTC


README

这里应该放置您的描述。尽量限制在一到两段话内,并提及您支持的PSRs,以避免用户和贡献者之间的混淆。

安装

您可以通过composer安装此包

composer require ogunsakindamilola/active-housing

用法

获取用户

(new ActiveHousingService())->getUser($userId);

获取分页用户列表

(new ActiveHousingService())->getPaginatedUsers($pageId);

测试

vendor\bin\phpunit