PHPackages                             bookfrank/stylite-blog - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. bookfrank/stylite-blog

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

bookfrank/stylite-blog
======================

Stylite - Simple Markdown Blog

v1.0(8y ago)515MITPHP

Since Dec 2Pushed 8y ago1 watchersCompare

[ Source](https://github.com/BookFrank/Rise-Blog)[ Packagist](https://packagist.org/packages/bookfrank/stylite-blog)[ RSS](/packages/bookfrank-stylite-blog/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Rise Blog 修行日志
==============

[](#rise-blog-修行日志)

> 人的一生就是一场修行，希望你能一路Rise!
>
> 修行的路上欢迎你使用Rise Blog来记录你的旅程。

一. 简介
-----

[](#一-简介)

Rise Blog，中文名为修行日志，是一款使用PHP开发的支持Markdown的博客系统，特点就是非常简单，不需要数据库，也没有后台。本地编写完Markdown文件，上传至blog文件夹内，刷新页面就可以看到响应式的HTML页面。

二. 为什么写Rise？
------------

[](#二-为什么写rise)

自从认识了Markdown以后，便一直用喜欢用Markdown来写文章和技术文档。就是喜欢这种简单的形式，个人博客也由复杂的Wordpress转为简单的Gitblog来作为自己线上博客的系统。

在使用Gitblog过程中，发现Gitblog在一些方面不能满足我的要求，于是开始看Gitblog的代码准备改造一下，后来有段时间不是很忙就想着干脆我自己重写一个算了，于是先有了Viaduct路由，再一步一步地完成了Rise Blog。

三. 功能特点
-------

[](#三-功能特点)

1. Markdown
2. 支持静态化
3. 响应式页面
4. blog文件夹嵌套
5. 搜狐畅言评论插件
6. 多主题切换

四. 环境要求
-------

[](#四-环境要求)

PHP 5.5.9+

五. 安装说明
-------

[](#五-安装说明)

1. 安装方法

- 使用composer安装或者直接下载源码

    ```
    composer require bookfrank/stylite-blog
    ```
- 先`clone`源码，然后执行`composer install`安装

    ```
    git clone https://github.com/BookFrank/Rise-Blog.git
    composer install
    ```

2. Nginx配置虚拟主机指向`public`文件夹

    ```
    server {
        listen      80;
        server_name your-blog.com;

        root  /path/to/project/public;
        location / {
           index index.php;
           try_files $uri $uri/ /index.php?$query_string;
        }

        #proxy the php scripts to php-fpm
        location ~ \.php$ {
            index index.php index.html;
            include /usr/local/etc/nginx/fastcgi.conf;
            fastcgi_intercept_errors on;
            fastcgi_pass 127.0.0.1:9000;
        }
    }
    ```
3. 给`public`文件夹授予权限，

    ```
    sudo chmod -R 777 public/
    ```

    然后打开浏览器，访问您的网站首页，

    [www.your-blog.com](http://www.your-blog.com)
4. 上传Markdown文件到`blog`文件夹

    支持在`blog`文件夹内新建子文件夹

六. 感谢
-----

[](#六-感谢)

Rise Blog来记录你的生活。

也非常欢迎根据你们的需要去随意改写代码。

Rise Blog。

Author: 李扬 Frank

Email:

博客演示

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 96.2% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

3083d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8d9450840d2a0b6c68148aff0cc6c3a605a91174e4a88c63194410200e34357e?d=identicon)[bookfrank](/maintainers/bookfrank)

---

Top Contributors

[![BookFrank](https://avatars.githubusercontent.com/u/20316663?v=4)](https://github.com/BookFrank "BookFrank (25 commits)")[![ryanlee1992](https://avatars.githubusercontent.com/u/11775614?v=4)](https://github.com/ryanlee1992 "ryanlee1992 (1 commits)")

---

Tags

markdownphpphp-blog

### Embed Badge

![Health badge](/badges/bookfrank-stylite-blog/health.svg)

```
[![Health](https://phpackages.com/badges/bookfrank-stylite-blog/health.svg)](https://phpackages.com/packages/bookfrank-stylite-blog)
```

###  Alternatives

[couscous/couscous

Documentation website generator

84167.6k24](/packages/couscous-couscous)[doctrine/rst-parser

PHP library to parse reStructuredText documents and generate HTML or LaTeX documents.

64233.6k9](/packages/doctrine-rst-parser)[liip/serializer

High performance serializer that works with code generated helpers to achieve high throughput.

128365.2k4](/packages/liip-serializer)[benjaminhoegh/parsedown-extended

An extension for Parsedown.

5022.6k1](/packages/benjaminhoegh-parsedown-extended)[taufik-nurrohman/parsedown-extra-plugin

Configurable Markdown to HTML converter with Parsedown Extra.

5932.3k](/packages/taufik-nurrohman-parsedown-extra-plugin)[maglnet/magl-markdown

Provides a ZF2 View Helper to render markdown syntax. It uses third-party libraries for the rendering and you can switch between different renderers.

22178.2k4](/packages/maglnet-magl-markdown)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
