hasandi / motivator
A simple motivational quotes generator in Indonesian.
Installs: 27
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
pkg:composer/hasandi/motivator
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.