macjoeUmanah / macpak

macpak php package

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MACPAK

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.

License

MIT

About

macpak php package

License:MIT License


Languages

Language:PHP 100.0%