All Projects → andrey900 → Slimcms

andrey900 / Slimcms

Licence: gpl-3.0
SlimCMS - lightweight CMS based on slim 3 framework

Projects that are alternatives of or similar to Slimcms

Elefant
Elefant, the refreshingly simple PHP CMS and web framework.
Stars: ✭ 188 (-6.47%)
Mutual labels:  blog, cms, blog-engine, blogging
Blogetc
Easily add a full Laravel blog (with built in admin panel and public views) to your laravel project with this simple package.
Stars: ✭ 198 (-1.49%)
Mutual labels:  blog, blog-engine, blogging, eloquent
Cms
Multilingual PHP CMS built with Laravel and bootstrap
Stars: ✭ 2,342 (+1065.17%)
Mutual labels:  cms, content-management, eloquent
Leafpub
Simple, beautiful, open source publishing.
Stars: ✭ 645 (+220.9%)
Mutual labels:  blog-engine, blogging, content-management
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+312.44%)
Mutual labels:  blog, cms, blog-engine
Puput
A Django blog app implemented in Wagtail
Stars: ✭ 450 (+123.88%)
Mutual labels:  blog, cms, blogging
Postleaf
Simple, beautiful publishing with Node.js.
Stars: ✭ 520 (+158.71%)
Mutual labels:  cms, blogging, content-management
Bludit
Simple, Fast, Secure, Flat-File CMS
Stars: ✭ 824 (+309.95%)
Mutual labels:  blog, cms, blog-engine
Lazyblorg
Blogging with Org-mode for very lazy people
Stars: ✭ 226 (+12.44%)
Mutual labels:  blog, blog-engine, blogging
Sio.core
✔ [ SIOC ] Swastika I/O Core is an all in one platform (e.g CMS, eCommerce, Forum, Q&A, CRM...) ASP.NET Core / Dotnet Core System based on SIOH Framework.
Stars: ✭ 121 (-39.8%)
Mutual labels:  blog, cms, blog-engine
Halo
✍ 一款优秀的开源博客发布应用。
Stars: ✭ 20,521 (+10109.45%)
Mutual labels:  blog, cms, blog-engine
Contentify
Contentify is an esports CMS based on the PHP framework Laravel
Stars: ✭ 189 (-5.97%)
Mutual labels:  cms, content-management, cmf
Anchor Cms
A lightweight blog CMS for PHP
Stars: ✭ 3,359 (+1571.14%)
Mutual labels:  blog, cms, content-management
Textpattern
A flexible, elegant, fast and easy-to-use content management system written in PHP.
Stars: ✭ 572 (+184.58%)
Mutual labels:  cms, content-management, cmf
Vertigo
Blog engine in Go (golang)
Stars: ✭ 266 (+32.34%)
Mutual labels:  blog, blog-engine, blogging
Htmly
Simple and fast databaseless PHP blogging platform, and Flat-File CMS
Stars: ✭ 689 (+242.79%)
Mutual labels:  blog, cms, blog-engine
Statiq.web
Statiq Web is a flexible static site generator written in .NET.
Stars: ✭ 1,358 (+575.62%)
Mutual labels:  blog, blog-engine, blogging
Sunengine
SunEngine – site engine with blog, forum and articles sections features support.
Stars: ✭ 130 (-35.32%)
Mutual labels:  blog, cms, blog-engine
Quokka
LOOKING FOR NEW MAINTAINER - Quokka is a Content Management System - `docker run --rm -it -p 5000:5000 quokka/quokka`
Stars: ✭ 2,198 (+993.53%)
Mutual labels:  cms, content-management, cmf
Flog
A Simple Blog Powered by Flask
Stars: ✭ 150 (-25.37%)
Mutual labels:  blog, blog-engine

SlimCMS

Lightweight CMS(CMF) based on: php framework slim 3, laravel eloquent, symfony event dispatcher, Twig templater and other libraries.

The fast creation of a new website(blog, news, ecommerce, etc).

Latest Unstable Version Total Downloads License

Screenshots

Sign In Users page Column config
alt tag alt tag alt tag
Project use additional library Implemented modules
Slim v3 Frendly admin panel(based on template: SB-admin v2)
Slim Twig Templater v2 Create visual page, and create route
Slim Flash Create sections(categories) and hierarchical sections(categories)
Monolog - save log in file or DB(mysql, sqlite) Many types show field from admin panel(hidden, checkbox, select, wysiwyg html, text)
Slim http cache(don't use this time) Admin panel count show items in table(your settings for every page type)
Slim CSRF protection Admin panel table pagination(your settings for every page type)
Portable DB sqlite User customize show field and sortable fields from tables(your settings for every page type)
Illuminate database v5.2 Options system
Illuminate pagination v5.2 Auth system
Supported versions of php: Logging system
php: ^5.5 Create new module
php: ^7.0 Installer module

Installation:

  git clone https://github.com/andrey900/SlimCMS.git
  cd SlimCMS
  php composer install

or

   mkdir ~/slimcms && cd ~/slimcms
   composer create-project -s dev andrey900/slimcms .
   mkdir cache && chmod a+w cache && mkdir log && chmod a+w log
   php -S 127.0.0.1:8080 -t public/
   open browser url: http://127.0.0.1:8080

After install create folder: cache, log. Set permittion from write this folders.

Enter admin panel:

  • url: /auth/login
  • login*: admin
  • password: admin

*if use email for login: [email protected]

If You Need Help

If you have problems using or install system, please write in new issue or email([email protected]), and I will try to help you.

If you are interested in this system, place a star )))

If the project attains more than 50 stars, the official website of the documentation will be created.

License

The SlimCMS platform is free software distributed under the terms of the MIT license.

Donations

Bitcoin address for donation: 18ERsiXpvrkGMwcvLmCNVBrfJwmM8hqurY

Social Links

Official facebook

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].