Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Psysh Bundle Laravel Package

bitban/psysh-bundle

View on GitHub
Deep Wiki
Context7

PsyshBundle

Latest Stable Version Build Status Code Coverage Code Quality

The bundle fully integrates the PsySH into the Symfony framework.

Installation

The suggested installation method is via composer:

$ composer require alexmasterov/psysh-bundle

Add the bundle in your config:

// config/bundles.php
return [
    // ...
    AlexMasterov\PsyshBundle\PsyshBundle::class => ['dev' => true],
];

Usage

For PsySH run the following command:

$ php bin/console psysh:shell

Useful cases

services:
    Controller\:
        resource: '../src/Controller'
        tags: ['psysh.variable']

    Service:
        tags:
            - { name: psysh.variable, var: mail }
psysh:
  variables:
    - @service
    - { db: PDO }

$ php bin/console psysh:shell
>>> ls
Variables: $someController, $mail, $someService, $db

Configuration

Some common options. For a more detailed list, see wiki.

Option Type
bracketed_paste bool
commands string
config_dir string
color_mode enum {auto, forced, disabled}
data_dir string
default_includes array [string]
erase_duplicates bool
error_logging_level string
history_file string
history_size int
manual_db_file string
pager string
pcntl bool
require_semicolons bool
startup_message string
unicode bool
use_tab_completion bool
matchers array [string]
variables array [string]

License

MIT

Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
cocosmos/filament-sticky-save-bar
patrickbussmann/oauth2-apple
3brs/enterprise-security-bundle
anousss007/vigilance
supportpal/eloquent-model
ardenexal/fhir-models
laravel-at/laravel-image-sanitize
romalytar/yammi-audit-log-laravel
ardenexal/fhir-validation
arshaviras/weather-widget
laravel-chronicle/core
sunchayn/nimbus
daikazu/eloquent-salesforce-objects
unseen-codes/chat
romalytar/yammi-jobs-monitoring-laravel
kisame76/filament-db-table-state
nqxcode/laravel-lucene-search
dpfx/laravel-livewire-wizards
workos/workos-php-laravel
sofa/laravel-global-scope