edisukakoding / tembung
Tembung is a generator to generate motivation in Indonesian
Installs: 176
Dependents: 2
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/edisukakoding/tembung
Requires
- php: >=8.0.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 10.0.x-dev
This package is auto-updated.
Last update: 2025-11-29 03:45:35 UTC
README
Tembung is a random motivational quotes generator in Indonesian.
Installation & Usage
Require this package with Composer using the following command:
composer require edisukakoding/tembung
Then use it:
<?php require_once 'vendor/autoload.php'; use Tembung\Tembung; try { echo Tembung::say(); } catch (JsonException $e) { echo $e->getMessage(); }; // Prints out something quotes.
License
Tembung is open-sourced software licensed under the MIT license.