phile-cms/phile
最新稳定版本:1.11.1
Composer 安装命令:
composer create-project phile-cms/phile
包简介
A file-based CMS with a swappable parser, template engine, cache and storage services, error handler, and meta parser.
README 文档
README
A Markdown file-based CMS written in PHP.
Check out the starter video or read the wiki for in-depth documentation.
Why use PhileCMS?
Phile was forked from Pico when a few community members wanted to contribute more and increase the rate of development. Here is a small list of differences:
- Object Oriented Design (classes)
- Events system
- Replacable core modules (plugins)
- Parser (default: Markdown)
- Template Engine (default: Twig)
- Cache (default: phpFastCache)
- Error handler (default: Whoops)
- Meta parser (default: Phile parser)
- Simple Data Persistence (default: Phile file-based)
- Per-Plugin
config.phpfiles - Namespaced plugins so classes can have the same name
- PSR-0, PSR-1/2, PSR-7/15
Quick Start
Requirements:
- PHP 7.2.0+
- a web-server
Download the release from https://philecms.github.io/, copy the files to your web-server and open the root directory in the browser.
Or use composer and run it locally:
composer create-project --no-dev phile-cms/phile; cd Phile; php -S localhost:8080;
On a fresh installation you will see a page with a setup instructions. Follow them. For detailed instructions please see the installation help.
Plugins
Phile can be extended with a wide variety of plugins.
Generally a plugin can always be installed manually: clone or download the plugin into plugins/{vendor}/{pluginName} folder. Example: phileRss would be installed into plugins/phile/rssFeed.
Many plugins also allow composer installation:
composer require phile/rss-feed
Always check the plugin readme for specialised installation instruction.
Getting Help
You can read the wiki if you are looking for examples more development information.
If you find a bug please report it on the issues page, but remember to include a bunch of details and also what someone can do to re-create the issue.
Issues with plugins should be reported on the offending plugins homepage this goes for themes as well.
Contributing
Help make PhileCMS better by checking out the GitHub repository and submitting pull requests. See developer guildlines for more information.
phile-cms/phile 适用场景与选型建议
phile-cms/phile 是一款 基于 PHP 开发的 Composer 扩展包,目前已累计 2.68k 次下载、GitHub Stars 达 256, 最近一次更新时间为 2013 年 11 月 18 日, 在 PHP 生态内属于活跃度较高的组件。
它主要适用于以下技术方向: 「file」 「twig」 「plugins」 「cms」 「markdown」 「flat」 等业务场景。在实际项目中,围绕这些方向常见需要落地的问题包括:接口对接、性能调优、并发安全、与既有框架(Laravel / ThinkPHP / Yii / Webman 等)的兼容适配,以及生产环境的日志埋点与稳定性保障。
我们在过去多个企业项目中使用过 phile-cms/phile 或与其功能相近的方案,如果你在选型或落地过程中遇到问题,例如 版本兼容、二次改造、私有化封装、与内部系统对接、生产 BUG 排查,欢迎联系我们协助评估。
基于 phile-cms/phile 在你已有业务上做功能扩展、字段裁剪、UI 适配、与内部账号 / 权限 / 日志系统的深度对接。
线上偶发问题、内存泄漏、慢查询、并发异常等排查修复;针对高流量场景做缓存、队列、索引层面的调优。
承接完整的项目从需求 → 设计 → 开发 → 上线 → 长期运维;也可按月提供技术保姆服务。
与 phile-cms/phile 相关的其它包
同方向 / 同关键字的高下载量 PHP Composer 包推荐,方便对比选型:
Shoot aims to make providing data to your templates more manageable
This Symfony bundle integrates PhpSpreadsheet into Symfony using Twig.
A Twig extension to insert css as inline styles with a tag
Caching and compression for Twig assets (JavaScript and CSS).
The file manager intended for using Laravel with CKEditor / TinyMCE / Colorbox
Twig extensions for Tracy Debugger
统计信息
- 总下载量: 2.68k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 257
- 点击次数: 25
- 依赖项目数: 37
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2013-11-18