Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/bedita/dev-tools
- Owner: bedita
- License: lgpl-3.0
- Created: 2017-08-18T12:10:45.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-11-14T10:12:21.000Z (about 2 months ago)
- Last Synced: 2024-11-14T11:21:07.491Z (about 2 months ago)
- Language: PHP
- Size: 188 KB
- Stars: 2
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.LGPL
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
```