ogunsakindamilola / active-housing
There is no license information available for the latest version (dev-dev) of this package.
Active Housing
Package info
github.com/OgunsakinDamilola/active-housing
pkg:composer/ogunsakindamilola/active-housing
dev-dev
2022-10-11 18:06 UTC
Requires
- guzzlehttp/guzzle: 7.5.x-dev
Requires (Dev)
- phpunit/phpunit: 10.0.x-dev
This package is not auto-updated.
Last update: 2026-03-12 09:09:54 UTC
README
This is where your description should go. Try and limit it to a paragraph or two, and maybe throw in a mention of what PSRs you support to avoid any confusion with users and contributors.
Installation
You can install the package via composer:
composer require ogunsakindamilola/active-housing
Usage
To get a user:
(new ActiveHousingService())->getUser($userId);
To get paginated users list:
(new ActiveHousingService())->getPaginatedUsers($pageId);
Testing
vendor\bin\phpunit