# zblogphp **Repository Path**: chrishyze/zblogphp ## Basic Information - **Project Name**: zblogphp - **Description**: 心扬的 ZBlogPHP fork - **Primary Language**: PHP - **License**: MIT - **Default Branch**: plugins - **Homepage**: https://www.zblogcn.com/ - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-01-25 - **Last Updated**: 2023-02-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: PHP ## README # Z-BlogPHP ## Chris's plugins 本分支专用于存放 **心扬@chrishyze** 开发维护的插件。 ## 代码规范 - PHP: 使用 [PHP-CS-Fixer](https://github.com/PHP-CS-Fixer/PHP-CS-Fixer) 格式化代码,规则见 `.php-cs-fixer.dist.php` 格式化 PHP 代码: ```shell composer lint ``` - JavaScript: 使用 [ESLint](https://eslint.org/) 格式化代码,使用 [JS Standard Style](https://standardjs.com/) 风格 格式化 JS 代码: ```shell npm run lint ``` - 其他文件使用 [EditorConfig](https://editorconfig.org/) 格式化,配置见 `.editorconfig` ## License The MIT License