edisukakoding / tembung
Tembung is a generator to generate motivation in Indonesian
1.0.2
2022-11-03 08:19 UTC
Requires
- php: >=8.0.0
- ext-json: *
Requires (Dev)
- phpunit/phpunit: 10.0.x-dev
This package is auto-updated.
Last update: 2025-03-29 01:15:56 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.