kaythinks/goodthoughts

This package generates a good thought to help you code better.

1.0.0 2020-12-31 20:50 UTC

This package is auto-updated.

Last update: 2024-08-29 05:07:10 UTC


README

A good thought is generated each time the static method generateThought() is called.

-- Run composer require kaythinks/goodthoughts

-- Run composer dump-autoload

-- The library can be used this way for example;

<?php

require_once 'vendor/autoload.php';

use Kaythinks\Goodthoughts;

echo Goodthoughts::generateThought();