Skip to content

andrejs/BanchaBasic

 
 

Repository files navigation

Bancha logo

Build Status

This is the composer build of Bancha Basic, only releases are pushed to this repository. For more information see http://bancha.io

Features

  • handles all communication between server and client
  • enables asynchronous and batched request to the server
  • is well-tested with PHPUnit and Jasmine

Compatibility

  • CakePHP 2.1.0 till latest
  • ExtJS 4.0.7 till latest
  • Sencha Touch 2.0.1.1 till latest

Installation

To install with Composer please use the following instructions:

  1. Add the package name with desired version (e.g. "bancha/bancha-basic": "2.1.0") to the require key in your composer.json:
{
    "require": {
        "bancha/bancha-basic": "2.1.0"
    }
}

  1. Run Composer's update command:
php composer.phar update

Composer will download and install the Bancha Basic to Plugin/Bancha app's folder.

For further instructions on using Bancha Basic please see Installation and Usage.

Licensing

Bancha comes in two flavors. We have an open source version of Bancha Basic and commercial version Bancha Pro. For complete details see the Bancha Licensing Overview. To purchase a commercial license or premium support please visit the Bancha Store.

To download either our free or commercial version go to the Bancha website.

More information


For any further questions just ask us: support@banchaproject.org

About

The composer build of Bancha Basic.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.7%
  • PHP 45.9%
  • Other 1.4%