hasandi / motivator
This package is abandoned and no longer maintained.
No replacement package was suggested.
A simple motivational quotes generator in Indonesian.
1.0.1
2018-09-12 05:08 UTC
Requires
- php: >=7.0.0
Requires (Dev)
- phpunit/phpunit: ^7
This package is auto-updated.
Last update: 2022-04-12 14:32:50 UTC
README
Motivator is a simple random motivational quotes generator in Indonesian.
Installation & Usage
Require this package with Composer using the following command:
composer require hasandi/motivator
Then use it:
<?php require 'vendor/autoload.php'; use Motivator\Motivator; echo Motivator::say(); // Prints out something motivating.
License
Motivator is open-sourced software licensed under the MIT license.