coding-wisely/thoughts

1.0.1 2019-12-07 02:51 UTC

This package is auto-updated.

Last update: 2024-04-07 14:56:01 UTC


README

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