Git Product home page Git Product logo

bancha's Introduction

Logo

BANCHA - Open-source CMS

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 schemas. 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

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

bancha's People

Contributors

gariggio avatar pk-informatics avatar alexmaroldi avatar domsmasher avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.