Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 994 Bytes

README.md

File metadata and controls

35 lines (21 loc) · 994 Bytes

Build Status StyleCI Packagist

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.

License

MIT