kaythinks / goodthoughts
This package generates a good thought to help you code better.
Installs: 39
Dependents: 1
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/kaythinks/goodthoughts
Requires
- php: ^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ^7|^8.0
This package is auto-updated.
Last update: 2025-09-29 02:49:49 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();