bedita / dev-tools
A plugin to give some useful tools to BEdita developers.
Installs: 78 916
Dependents: 3
Suggesters: 0
Security: 0
Stars: 2
Watchers: 6
Forks: 2
Open Issues: 4
Type:cakephp-plugin
Requires
- php: >=8.3
- ext-json: *
- cakephp/cakephp: ^5.1.0
- cakephp/debug_kit: ^5.0.0
Requires (Dev)
- cakephp/bake: ^3.0.0
- cakephp/cakephp-codesniffer: ^5.0
- cakephp/migrations: ^4.0.0
- phpstan/phpstan: ^1.10
- phpunit/phpunit: ^10.1.0
- dev-master
- v3.1.0
- v3.0.0
- v2.1.4
- v2.1.3
- v2.1.2
- v2.1.1
- v2.1.0
- v2.0.0
- 1.x-dev
- v1.6.1
- v1.6.0
- v1.5.1
- v1.5.0
- v1.4.0
- v1.3.0
- v1.2.0
- v1.1.1
- v1.1.0
- v1.0.0
- dev-dependabot/github_actions/bedita/github-workflows-2
- dev-dependabot/github_actions/codecov-d109cd9e8b
- dev-dependabot/github_actions/gh-actions-a1a055f4a1
- dev-feat/open-api-dynamic
This package is auto-updated.
Last update: 2024-12-06 13:39:08 UTC
README
Plugin to help with development in BEdita. 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.
The recommended way to install composer packages is:
composer require --dev bedita/dev-tools