Download the PHP package bear/devtools without Composer
On this page you can find all versions of the php package bear/devtools. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package devtools
BEAR.DevTools
Development tools and utilities for BEAR.Sunday framework applications.
Installation
Features
Halo Module - Resource Development Inspector
The Halo module provides a visual development interface that appears around HTML representations of resources, offering detailed information about the resource being rendered.
Note: The Halo concept is inspired by the Seaside Smalltalk web framework, which pioneered this approach to visual web development debugging.
Features:
- Resource status and metadata display
- Interceptor chain visualization
- Direct links to resource class and template editors
- Request/response analysis
- Performance profiling integration
HttpResource Client - HTTP Testing Utility
HttpResource
starts a built-in PHP server and provides an HTTP client interface for testing your BEAR.Sunday applications.
Features:
- Automatic local server startup
- HTTP request logging to file
- Full HTTP method support (GET, POST, PUT, DELETE, etc.)
- Request/response capture for testing workflows
HTTP Access Log
All HTTP requests made through HttpResource
are automatically logged with full curl command equivalents:
Requirements
- PHP 8.0 or higher
- BEAR.Sunday framework
Development
This package includes comprehensive development tools:
- Code Quality: PHPStan, Psalm, PHP_CodeSniffer
- Testing: PHPUnit with coverage reporting
- Profiling: XHProf integration (optional)
License
The MIT License (MIT). Please see License File for more information.
All versions of devtools with dependencies
ext-filter Version *
aura/sql Version ^3 || ^4 || ^5 || ^6
bear/app-meta Version ^1.8
bear/resource Version ^1.17
koriym/php-server Version ^1.0
psr/log Version ^1 || ^2 || ^3
ray/aop Version ^2.14
ray/di Version ^2.14
symfony/process Version ^v5.4 || ^v6.4 || ^v7.0