Download the PHP package jbzoo/toolbox-dev without Composer
On this page you can find all versions of the php package jbzoo/toolbox-dev. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package toolbox-dev
JBZoo / Toolbox-Dev
Developer toolbox library that provides standardized development dependencies and debugging utilities for JBZoo projects on GitHub.
Features
- Enhanced Debugging: Customized Symfony VarDumper configuration optimized for CLI development
- Development Dependencies: Unified package for all necessary JBZoo development tools
- Standardized Toolchain: Consistent development environment across JBZoo ecosystem
- Quality Assurance: Integrated code style checking and testing framework
Installation
Key Components
VarDumper Enhancement
Provides an optimized debugging experience with:
- Output redirected to
php://stderrto avoid breaking script output - 16KB string limit for performance
- Classic indentation style for better readability
- UTF-8 encoding support
Development Tools Integration
Includes standardized versions of:
- jbzoo/phpunit - Enhanced PHPUnit testing framework
- jbzoo/codestyle - Comprehensive code quality tools
- jbzoo/markdown - Markdown processing utilities
- symfony/var-dumper - Advanced debugging capabilities
- php-coveralls/php-coveralls - Coverage reporting
- fakerphp/faker - Test data generation
Usage
Development Setup
Testing and Quality Assurance
Debugging
The VarDumper configuration is automatically loaded, enhancing the dump() function:
Requirements
- PHP 8.3 or higher
- Composer for dependency management
Integration
This package is designed to be included as a development dependency in JBZoo projects:
License
MIT
All versions of toolbox-dev with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
jbzoo/phpunit Version ^8.0
jbzoo/codestyle Version ^8.0
jbzoo/markdown Version ^8.0
symfony/var-dumper Version >=7.3.4
php-coveralls/php-coveralls Version >=2.8.0
fakerphp/faker Version >=1.24.1
jbzoo/phpunit Version ^8.0
jbzoo/codestyle Version ^8.0
jbzoo/markdown Version ^8.0
symfony/var-dumper Version >=7.3.4
php-coveralls/php-coveralls Version >=2.8.0
fakerphp/faker Version >=1.24.1
The package jbzoo/toolbox-dev contains the following files
Loading the files please wait ...