Thoughts is just a collection of thoughts to be displayed anywhere in your application
Use the composer manager to install thoughts.
composer require coding-wisely/thoughts
use CodingWisely\Thoughts\ProgrammingThoughtsFactory;
$thoughts = new ProgrammingThoughtsFactory();
$thought = $thoughts->getRandomThought(); // will return random thought from collection
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.