macjoeumanah / macpak
Fun package development for learning purposes
Installs: 3
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/macjoeumanah/macpak
Requires (Dev)
- phpunit/phpunit: ^7.5
This package is auto-updated.
Last update: 2025-09-23 04:47:11 UTC
README
Create random jokes in your next PHP project
Installation
Require the package using composer
composer require macjoeUmanah/macpak
Usage
use MacjoeUmanah\MacPak\JokeFactory; $jokes= new JokeFactory(); $joke= $jokes->getRandomJoke();
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.