kaythinks / goodthoughts
This package generates a good thought to help you code better.
1.0.0
2020-12-31 20:50 UTC
Requires
- php: ^7.0|^8.0
Requires (Dev)
- phpunit/phpunit: ^7|^8.0
This package is auto-updated.
Last update: 2025-03-01 00:29:00 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();