omisteck / peek
Peek is a laravel package that allows you to peek into your application's.
Fund package maintenance!
:vendor_name
Requires
- php: ^8.1
- illuminate/contracts: ^10.0||^11.0
- ramsey/uuid: *
- spatie/laravel-package-tools: ^1.16
- symfony/stopwatch: *
- zbateson/mail-mime-parser: ^2.4
Requires (Dev)
- illuminate/support: *
- larastan/larastan: ^2.9
- laravel/pint: ^1.14
- mockery/mockery: ^1.6
- nunomaduro/collision: ^8.1.1||^7.10.0
- orchestra/testbench: ^9.0.0||^8.22.0
- pestphp/pest: ^3.0
- pestphp/pest-plugin-arch: ^3.0
- pestphp/pest-plugin-laravel: ^3.0
- phpstan/extension-installer: ^1.3
- phpstan/phpstan-deprecation-rules: ^1.1
- phpstan/phpstan-phpunit: ^1.3
- phpunit/phpunit: ^11.5
This package is auto-updated.
Last update: 2025-05-12 00:12:01 UTC
README
A lightweight debugging and inspection tool for your applications.
Features
- Real-time variable inspection
- Clean and intuitive interface
- Minimal performance overhead
- Easy integration with existing projects
- Support for multiple programming languages
Installation
composer require omisteck/peek
Configuration
You can configure Peek by publishing the configuration file:
php artisan vendor:publish --tag="peek-config"
Documentation
For detailed documentation, please visit our documentation page.
Contributing
Contributions are welcome! Please feel free to submit a Pull Request.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Security
If you discover any security related issues, please email talk2omis@gmail.com instead of using the issue tracker.
License
The MIT License (MIT). Please see License File for more information.