edisukakoding/tembung

Tembung is a generator to generate motivation in Indonesian

Maintainers

Package info

github.com/edisukakoding/tembung

pkg:composer/edisukakoding/tembung

Statistics

Installs: 188

Dependents: 2

Suggesters: 0

Stars: 1

Open Issues: 0

1.0.2 2022-11-03 08:19 UTC

This package is auto-updated.

Last update: 2026-03-01 00:40:23 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.