coding-wisely / thoughts
随机想法
1.0.1
2019-12-07 02:51 UTC
Requires (Dev)
- phpunit/phpunit: ^8.5
This package is auto-updated.
Last update: 2024-09-07 16:08:51 UTC
README
想法
想法只是用于在任何地方显示的应用程序的思维集合
安装
使用composer管理器安装想法。
composer require coding-wisely/thoughts
用法
use CodingWisely\Thoughts\ProgrammingThoughtsFactory; $thoughts = new ProgrammingThoughtsFactory(); $thought = $thoughts->getRandomThought(); // will return random thought from collection
贡献
欢迎提交拉取请求。对于重大更改,请先打开一个问题来讨论您想要更改的内容。
请确保适当地更新测试。