Download the PHP package bancha/bancha-developer-remote-api without Composer
On this page you can find all versions of the php package bancha/bancha-developer-remote-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download bancha/bancha-developer-remote-api
More information about bancha/bancha-developer-remote-api
Files in bancha/bancha-developer-remote-api
Package bancha-developer-remote-api
Short Description This Add-On for Bancha helps Developer-Teams in the process of creating Bancha Applications.
License GPL-3.0
Homepage http://bancha.io
Informations about the package bancha-developer-remote-api
API-Viewer for JS Developers
This Add-On for Bancha helps Developer-Teams in the process of creating Bancha Applications. JavaScript Frontend Developers no longer have to dig through any PHP code to find the available remote methods.
Instead they just open /developer-remote-api.html in debug mode in their browser and can view all remotely available CakePHP Controller methods.
Features
- Dynamically reflects on CakePHP app
- Displays searchable RemoteStubs
- Uses both Reflection and PHPDoc comments
- Supports code tags and MarkDown syntax

How to setup the project
Asuming you already use Bancha 2.1.0+ on the site, just copy this plugin into Plugin/ or app/Plugin/ and add following line to your app/Config/bootstrap.php:
CakePlugin::load(array('BanchaDeveloperRemoteApi' => array('routes' => true)));
More information about Bancha
This is a bancha-flavored light-weight build of Sencha JSDuck .
This project is distributed under the terms of the GNU General Public License version 3.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
