The Tool helps Developer-Teams to create Bancha Applications. When using this tool JavaScript Frontend Developer no longer have to dig through any PHP code.
Instead in debug mode just open /developer-remote-api.html in your browser and you can view all remotely available CakePHP Controller methods.
- Dynamically reflects on CakePHP app
- Displays searchable RemoteStubs
- Uses both Reflection and PHPDoc comments
- Supports code tags and MarkDown syntax
Asuming you already use Bancha (1.0 Release Candidate or later) 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)));
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.