2017 © Pedro Peláez
 

symfony-bundle psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

image

alexmasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

  • Wednesday, April 18, 2018
  • by AlexMasterov
  • Repository
  • 0 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

PsyshBundle

Latest Stable Version Build Status Code Coverage Code Quality, (*1)

The bundle fully integrates the PsySH into the Symfony framework., (*2)

Installation

The suggested installation method is via composer:, (*3)

$ composer require alexmasterov/psysh-bundle

Add the bundle in your config:, (*4)

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

Usage

For PsySH run the following command:, (*5)

$ php bin/console psysh:shell

Useful cases

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

    Service:
        tags:
            - { name: psysh.variable, var: mail }

```yml psysh: variables: - @service - { db: PDO }, (*6)

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

Configuration

Some common options. For a more detailed list, see wiki., (*7)

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, (*8)

The Versions

18/04 2018

dev-master

9999999-dev https://github.com/AlexMasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Masterov

bundle symfony psysh

18/04 2018

1.2.0

1.2.0.0 https://github.com/AlexMasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Masterov

bundle symfony psysh

16/04 2018

1.1.0

1.1.0.0 https://github.com/AlexMasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Masterov

bundle symfony psysh

20/07 2017

1.0.0

1.0.0.0 https://github.com/AlexMasterov/psysh-bundle

Bundle to integrate REPL PsySH with Symfony projects

  Sources   Download

MIT

The Requires

 

The Development Requires

by Alex Masterov

bundle symfony psysh