This is the development version of Bancha Pro. You can download stable production builds from our website.
This version of Bancha is commercially licensed and requires you to purchase a license. You can download a free version here.
- handles all communication between server and client
- shares all schema and validation rules in CakePHP with Ext JS/Sencha Touch
- enables asynchronous and batched request to the server
- automatically implements CRUD for all remotable cake models
- is well-tested with PHPUnit and Jasmine
- CakePHP 2.1.0 till latest
- Ext JS 4.0.7 till latest
- Sencha Touch 2.0.1.1 till latest
To install with Composer please use the following instructions:
- Add the package name with desired version (e.g.
"bancha/bancha-basic": "2.3.0"
) to therequire
key in yourcomposer.json
:
{
"require": {
"bancha/bancha-basic": "2.3.0"
}
}
- 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.
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.
For any further questions just ask us: [email protected]