文件名称:random-quotes
文件大小:11KB
文件格式:ZIP
更新时间:2024-04-23 13:33:00
PHP
随机报价生成器 一个轻量级的程序包,用于获取随机启发性引号。 把那些皱眉倒过来! :) 安装 使用软件包管理器需要此软件包。 $ composer require markedwardwilkinson/random-quotes 用法 <?php use MarkEdwardWilkinson \ RandomQuotes \ QuoteFactory ; trait RandomQuotes { public function oneRandomQuote (): string { return ( new QuoteFactory )-> getRandomQuote (); } public function manyRandomQuotes ( int $ amount = 2 ): array {
【文件预览】:
random-quotes-master
----src()
--------Http()
--------Console()
--------QuoteServiceProvider.php(1KB)
--------QuoteFactory.php(1016B)
--------Facades()
--------Models()
----LICENSE.md(1KB)
----resources()
--------views()
----index.php(298B)
----composer.json(952B)
----CHANGELOG.md(974B)
----README.md(914B)
----.phpunit.result.cache(2KB)
----config()
--------random-quotes.php(53B)
----database()
--------migrations()
----routes()
--------web.php(184B)