coding-wisely / thoughts
Random thoughts
1.0.1
2019-12-07 02:51 UTC
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2025-02-07 17:18:34 UTC
README
Thoughts
Thoughts is just a collection of thoughts to be displayed anywhere in your application
Installation
Use the composer manager to install thoughts.
composer require coding-wisely/thoughts
Usage
use CodingWisely\Thoughts\ProgrammingThoughtsFactory; $thoughts = new ProgrammingThoughtsFactory(); $thought = $thoughts->getRandomThought(); // will return random thought from collection
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.