Phile

A flat file CMS with a swappable parser and template engine.
Alternatives To Phile
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Grav14,032229 days ago275July 18, 2023421mitPHP
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony
Jekyll Admin2,68149748 months ago19December 06, 202065mitJavaScript
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites.
Bludit1,167
5 days ago41mitJavaScript
Simple, Fast, Secure, Flat-File CMS
Adva_cms497
10 years ago11mitJavaScript
cutting edge cms, blog, wiki, forum ...
Awesome491
8 months agocc0-1.0
A collection of awesome Craft CMS plugins, articles, resources and shiny things.
Webed431
6 years ago13mitPHP
WebEd CMS - a cms based on Laravel 5.5
Oc Shopaholic Plugin424213 months ago37September 05, 202287gpl-3.0PHP
🛍️ #1 e-commerce platform for October CMS
Seomatic365
15 years ago62November 10, 201728otherPHP
DEPRECATED A turnkey SEO implementation for Craft CMS 2.x that is comprehensive, powerful, and flexible
Grav Plugin Admin346
a month ago378mitPHP
Grav Admin Plugin
Ella290
363 years ago44January 22, 201412bsd-3-clausePython
Ella is a CMS based on Python web framework Django with a main focus on high-traffic news websites and Internet magazines.
Alternatives To Phile
Select To Compare


Alternative Project Comparisons
Readme

PhileCMS

Software License Packagist Version Build Status Code Quality Code Coverage

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.php files
  • 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

Gitter chat

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.

Popular Plugin Projects
Popular Content Management System Projects
Popular Libraries Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Php
Plugin
Content Management System