bancha

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

Github星跟蹤圖

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

主要指標

概覽
名稱與所有者squallstar/bancha
主編程語言PHP
編程語言PHP (語言數: 4)
平台
許可證GNU General Public License v2.0
所有者活动
創建於2011-08-25 15:17:43
推送於2018-06-06 13:57:29
最后一次提交2018-06-06 15:57:27
發布數1
最新版本名稱1.2.3 (發布於 )
第一版名稱1.2.3 (發布於 )
用户参与
星數74
關注者數10
派生數13
提交數1.4k
已啟用問題?
問題數0
打開的問題數0
拉請求數16
打開的拉請求數0
關閉的拉請求數10
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?