amacsmith / fun-facts
Fetch fun facts frequently on the fly for fun fact friday
Installs: 4
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:package
Requires
- ext-json: *
- guzzlehttp/guzzle: ^7.2
Requires (Dev)
- phpunit/phpunit: ^8.4
This package is auto-updated.
Last update: 2025-05-16 11:19:34 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.