Download the PHP package bookfrank/stylite-blog without Composer

On this page you can find all versions of the php package bookfrank/stylite-blog. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package stylite-blog

Rise Blog 修行日志

人的一生就是一场修行,希望你能一路Rise!

修行的路上欢迎你使用Rise Blog来记录你的旅程。

一. 简介

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

二. 为什么写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安装或者直接下载源码
  1. Nginx配置虚拟主机指向public文件夹

  2. public文件夹授予权限,

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

    www.your-blog.com

  3. 上传Markdown文件到blog文件夹

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

六. 感谢

Rise Blog来记录你的生活。

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

Rise Blog。

Author: 李扬 Frank

Email: [email protected]

博客演示http://blog.tazine.com


All versions of stylite-blog with dependencies

PHP Build Version
Package Version
Requires bookfrank/viaduct Version 1.1.0
twig/twig Version 1.24.0
erusev/parsedown Version 1.6.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package bookfrank/stylite-blog contains the following files

Loading the files please wait ....