happytodev/cyclone
Composer 安装命令:
composer require happytodev/cyclone
包简介
A simple blog system for TempestPHP framework
README 文档
README
Cyclone is the first blog engine made with Tempest framework.
How to install Cyclone?
It's very easy.
First, you need to create a folder for your project:
mkdir cyclone-demo
cd cyclone-demo
Next, as Cyclone is in alpha, you have to set a minimal composer.json to start. So edit your composer.json with your favorite editor (for example nano composer.json) and add this content:
{
"minimum-stability": "dev",
"prefer-stable": true
}
Next,
composer require happytodev/cyclone
When composer is done, lauch the installer:
./vendor/bin/tempest cyclone:install
At the end of install, if everything is ok, you can launch your server and go to your new blog:
Last point, set the url of your project in the .env file.
nano .env
And set the BASE_URI variable with your url.
... # The base URI that's used for all generated URIs BASE_URI=https://cyclone-demo.test ...
And voilà!
How to add content in Cyclone?
Just by adding some markdown files in the content/blog folder.
Roadmap
A lot of work to do, but the main points are:
- Add a login page
- Add a dashboard
- Add a way to add content
- Add a way to edit content
- Add a way to delete content
- Add pages (CMS part)
- Add categories
- Add tags
- Add comments
- Add a search engine
- Add a way to add a custom theme
- Add a way to add a custom plugin
- etc...
License
The MIT License (MIT). Please see License File for more information.
Contributing
Please see CONTRIBUTING for details.
Security
Vulnerabilities should be reported to happytodev@gmail.com. Please see SECURITY for more information.
Credits
happytodev/cyclone 适用场景与选型建议
happytodev/cyclone 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 107 次下载、GitHub Stars 达 2, 最近一次更新时间为 2025 年 05 月 16 日, 在 PHP 生态内属于活跃度较高的组件。
我们在过去多个企业项目中使用过 happytodev/cyclone 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 happytodev/cyclone 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
统计信息
- 总下载量: 107
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 15
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-05-16