Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bedita/dev-tools

Developer tools for BEdita.
https://github.com/bedita/dev-tools

Last synced: about 1 month ago
JSON representation

Developer tools for BEdita.

Awesome Lists containing this project

README

        

# BEdita 4 Developer Tools plugin

[![Github Actions](https://github.com/bedita/dev-tools/workflows/php/badge.svg)](https://github.com/bedita/dev-tools/actions?query=workflow%3Aphp)
[![codecov](https://codecov.io/gh/bedita/dev-tools/branch/master/graph/badge.svg)](https://codecov.io/gh/bedita/dev-tools)
[![phpstan](https://img.shields.io/badge/PHPStan-level%209-brightgreen.svg)](https://phpstan.org)
[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/bedita/dev-tools/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/bedita/dev-tools/?branch=master)
[![image](https://img.shields.io/packagist/v/bedita/dev-tools.svg?label=stable)](https://packagist.org/packages/bedita/dev-tools)
[![image](https://img.shields.io/github/license/bedita/dev-tools.svg)](https://github.com/bedita/dev-tools/blob/master/LICENSE.LGPL)

Plugin to help with development in [BEdita 4](http://www.bedita.com).
This plugin adds some useful tabs to CakePHP Debug Kit toolbar, as well as a user-friendly
HTML rendering of API responses.

## Installation

You can install this plugin into your CakePHP application using [Composer](http://getcomposer.org).

The recommended way to install composer packages is:

```bash
composer require --dev bedita/dev-tools
```