kaythinks/goodthoughts

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

Maintainers

Package info

github.com/kaythinks/Goodthoughts

pkg:composer/kaythinks/goodthoughts

Statistics

Installs: 40

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.0 2020-12-31 20:50 UTC

This package is auto-updated.

Last update: 2026-03-01 00:13:30 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();