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

1.0.2 2022-11-03 08:19 UTC

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.