edisukakoding/tembung

Tembung is a generator to generate motivation in Indonesian

1.0.2 2022-11-03 08:19 UTC

This package is auto-updated.

Last update: 2024-05-30 00:48:01 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.