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/thoughtsuse CodingWisely\Thoughts\ProgrammingThoughtsFactory;
$thoughts = new ProgrammingThoughtsFactory();
$thought = $thoughts->getRandomThought(); // will return random thought from collectionPull 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.