Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Grav | 14,032 | 2 | 2 | 9 days ago | 275 | July 18, 2023 | 421 | mit | PHP | |
Modern, Crazy Fast, Ridiculously Easy and Amazingly Powerful Flat-File CMS powered by PHP, Markdown, Twig, and Symfony | ||||||||||
Jekyll Admin | 2,681 | 497 | 4 | 8 months ago | 19 | December 06, 2020 | 65 | mit | JavaScript | |
A Jekyll plugin that provides users with a traditional CMS-style graphical interface to author content and administer Jekyll sites. | ||||||||||
Bludit | 1,167 | 5 days ago | 41 | mit | JavaScript | |||||
Simple, Fast, Secure, Flat-File CMS | ||||||||||
Adva_cms | 497 | 10 years ago | 11 | mit | JavaScript | |||||
cutting edge cms, blog, wiki, forum ... | ||||||||||
Awesome | 491 | 8 months ago | cc0-1.0 | |||||||
A collection of awesome Craft CMS plugins, articles, resources and shiny things. | ||||||||||
Webed | 431 | 6 years ago | 13 | mit | PHP | |||||
WebEd CMS - a cms based on Laravel 5.5 | ||||||||||
Oc Shopaholic Plugin | 424 | 2 | 1 | 3 months ago | 37 | September 05, 2022 | 87 | gpl-3.0 | PHP | |
🛍️ #1 e-commerce platform for October CMS | ||||||||||
Seomatic | 365 | 1 | 5 years ago | 62 | November 10, 2017 | 28 | other | PHP | ||
DEPRECATED A turnkey SEO implementation for Craft CMS 2.x that is comprehensive, powerful, and flexible | ||||||||||
Grav Plugin Admin | 346 | a month ago | 378 | mit | PHP | |||||
Grav Admin Plugin | ||||||||||
Ella | 290 | 36 | 3 years ago | 44 | January 22, 2014 | 12 | bsd-3-clause | Python | ||
Ella is a CMS based on Python web framework Django with a main focus on high-traffic news websites and Internet magazines. |
A Markdown file-based CMS written in PHP.
Check out the starter video or read the wiki for in-depth documentation.
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:
config.php
filesRequirements:
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.
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.
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.
Help make PhileCMS better by checking out the GitHub repository and submitting pull requests. See developer guildlines for more information.