abhiteshd / programming-quotes
为您的项目获取随机的编程名言。
v1.0
2020-09-24 01:20 UTC
Requires
- php: ^7.1
- guzzlehttp/guzzle: ^7.0
Requires (Dev)
- orchestra/testbench: ^4.0
- phpunit/phpunit: ^8.0
This package is not auto-updated.
Last update: 2024-09-20 21:43:21 UTC
README
通过Dennis Ritchie等贡献者获取编程名言。
安装
您可以通过composer安装此包。
composer require abhiteshd/programming-quotes
用法
$programmingQuotes = new ProgrammingQuotes($client); $randomQuote = $programmingQuotes->getRandomQuote();
-- Laravel usage $randomQuote = RandomQuotes::getRandomQuote(); // artisan command php artisan random-quotes // the view/config can be overriden after you have published them via php artisan vendor:publish
测试
refer to the test files
变更日志
请参阅变更日志了解最近更改的详细信息。
贡献
请参阅贡献指南以获取详细信息。
安全
如果您发现任何安全相关的问题,请通过电子邮件abhitesh.das@gmail.com联系,而不是使用问题跟踪器。
鸣谢
许可
MIT许可(MIT)。请参阅许可文件以获取更多信息。
Laravel包模板
此包是使用Laravel包模板生成的。