k_tith/php-generate-random-quote

使用php生成高棉随机引言

0.4 2022-02-05 08:07 UTC

This package is auto-updated.

Last update: 2024-09-05 13:48:34 UTC


README

安装

git clone https://github.com/ktith/php-generate-random-quote.git

Composer

安装PHP Composer

composer require k_tith/php-generate-random-quote

使用

简单使用,用于生成随机引言。

注意:此注释信息。

基本使用

<?php

include_once('vendor/autoload.php');

$quotes = new RandomQuotes\RandomQuotes();

print_r($quotes->generate());