amacsmith / fun-facts
Fetch fun facts frequently on the fly for fun fact friday
dev-master
2021-01-16 01:43 UTC
Requires
- ext-json: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2026-03-16 13:13:09 UTC
README
fetch random fun facts.
Installation
Require using composer:
composer require amacsmith/fun-facts
Usage
use AMacSmith\FunFacts\FunFactFactory; $factFactory = new FunFactFactory(); $fact = $factFactory->getFunFact();
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.