All Projects → squallstar → Bancha

squallstar / Bancha

Licence: gpl-2.0
Bancha is an open-source CMS made by Nicholas Valbusa written in PHP5.3.

Projects that are alternatives of or similar to Bancha

Cockpit
Add content management functionality to any site - plug & play / headless / api-first CMS
Stars: ✭ 5,173 (+6706.58%)
Mutual labels:  cms, cms-framework, backend
Asp.net Mvc Cms
ZKEACMS,建网站就像搭积木一样
Stars: ✭ 448 (+489.47%)
Mutual labels:  cms, cms-framework, mvc
Flexicms
Flexible site management system Flexi CMS
Stars: ✭ 61 (-19.74%)
Mutual labels:  cms, codeigniter, mvc
Local Web Server
A lean, modular web server for rapid full-stack development.
Stars: ✭ 916 (+1105.26%)
Mutual labels:  full-stack, backend
Courselit
Start your own online teaching business. Features include course maker, students manager, payments and more.
Stars: ✭ 73 (-3.95%)
Mutual labels:  cms, cms-framework
Jamstack Cms
Modern full stack CMS. Built with Gatsby, GraphQL, AWS Amplify, and Serverless technologies.
Stars: ✭ 702 (+823.68%)
Mutual labels:  cms, full-stack
Lux
Build scalable, Node.js-powered REST JSON APIs with almost no code.
Stars: ✭ 556 (+631.58%)
Mutual labels:  mvc, backend
Punchcard
The Punchcard CMS
Stars: ✭ 29 (-61.84%)
Mutual labels:  cms, cms-framework
Known
A social publishing platform.
Stars: ✭ 862 (+1034.21%)
Mutual labels:  cms, cms-framework
Genie.jl
The highly productive Julia web framework
Stars: ✭ 1,198 (+1476.32%)
Mutual labels:  full-stack, mvc
Wpanel4 Cms
Wpanel CMS - Build Blogs, Websites and Web Apps!
Stars: ✭ 50 (-34.21%)
Mutual labels:  cms, codeigniter
Ph7 Social Dating Cms
😻 pH7Builder (formerly pH7CMS) 👫 is a Professional & Open Source Social Dating CMS written in OOP PHP with the MVC pattern. This Social Dating Script wants to be low resource-intensive, powerful and secure. pH7CMS is included with 40+ modules and based on pH7Framework. It is also the first Professional, Free & Open Source Social Dating Site Builder Software and the first choice for creating enterprise level Dating Apps/Service or Social Networking Sites
Stars: ✭ 664 (+773.68%)
Mutual labels:  cms, cms-framework
Textpattern
A flexible, elegant, fast and easy-to-use content management system written in PHP.
Stars: ✭ 572 (+652.63%)
Mutual labels:  cms, cms-framework
Nodepress
😎 RESTful API service for Blog/CMS, powered by @nestjs
Stars: ✭ 829 (+990.79%)
Mutual labels:  cms, cms-framework
Django Icekit
GLAMkit is a next-generation Python CMS by the Interaction Consortium, designed especially for the cultural sector.
Stars: ✭ 42 (-44.74%)
Mutual labels:  cms, cms-framework
Layr
Dramatically simplify full‑stack development
Stars: ✭ 1,111 (+1361.84%)
Mutual labels:  full-stack, backend
Ffcms
FFCMS 3 project distributive
Stars: ✭ 15 (-80.26%)
Mutual labels:  cms, mvc
Simpla
Open, modular, and serverless content management for a modern web
Stars: ✭ 534 (+602.63%)
Mutual labels:  cms, cms-framework
Saturn
Opinionated, web development framework for F# which implements the server-side, functional MVC pattern
Stars: ✭ 540 (+610.53%)
Mutual labels:  mvc, backend
Tolaria
A Rails CMS framework for making your editors happy.
Stars: ✭ 33 (-56.58%)
Mutual labels:  cms, cms-framework

Logo

BANCHA - Open-source CMS

NOTE: as you might have guessed after 4 years of inactivity, this project is no longer maintain although can still be used with virtually no issues.

BANCHA is a Content Management System made with PHP5 and Code Igniter, a light and powerful PHP framework. It is capable to manage any kind of project/website, specially when it have many different types of contents.

BANCHA bases its power on some pillars that make it different from other CMS: It allows you to handle any type of content: pages, news, photo galleries, products, etc ... through XML or YAML schemes. In 10 minutes, you can configure a website to manage, list and view any kind of thing you want.

  • It doesn't sacrifice the performance of a static site, because under the hood it uses many different caching systems.
  • It's modular, so it can be extended with different types of modules that you can develop yourself.
  • It's totally open-source (you can download the source from http://getbancha.com).
  • It's easy to install and to maintain. It doesnt't need any complicated or advanced infrastructure: just PHP5, some extensions and a DB server.
  • It totally separates the application framework (MVC) from the website themes, so it's easy to use for web developers as well as web designers.
  • It use a wonderful ORM system to "play" with the database objects without the needs to write a single query.

The BANCHA documentation is available here: http://docs.getbancha.com

How to install

http://docs.getbancha.com/install/howtoinstall.html

Bancha Bash Utilities

We also developed a unix bash script to help you installing/upgrading Bancha. You can install it in a minute here: https://github.com/squallstar/bancha-bash

Application MVC Scheme

MVC Scheme

Changelog

See http://docs.getbancha.com/basic/changelog.html

Resources

Contribute via GitHub

To contribute through GitHub, first of all fork the main Bancha repository. Then, checkout your new fork and type this line into the terminal to stay updated with the main repo:

git remote add upstream git://github.com/squallstar/bancha.git

Now you can pull the upstream updates anytime you want via these commands:

git fetch upstream
git merge upstream/master
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].