2017 © Pedro Peláez
 

library zf1-psysh

Zend Framework 1 psysh integration

image

giorgiolucca/zf1-psysh

Zend Framework 1 psysh integration

  • Tuesday, March 28, 2017
  • by giorgiolucca
  • Repository
  • 1 Watchers
  • 1 Stars
  • 16 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF1-Psysh

This is a very simple integration between psysh and ZF1, (*1)

Installation

composer require giorgiolucca/zf1-psysh

Example

Type command, (*2)

$ vendor/bin/zf1-psysh

And enjoy!, (*3)

>>> ls # To list scope variables ($bootstrap, $config, $registry)
>>> $doctrine = $bootstrap->bootstrap('doctrine')->getResource('doctrine') # If you integrate your application with Doctrine ORM (like one resource)
>>> $registryCache = $registry->get('cache'); # If you register one dependency with this name

The Versions

28/03 2017

dev-master

9999999-dev

Zend Framework 1 psysh integration

  Sources   Download

MIT

The Requires

 

The Development Requires