library zf1-psysh
Zend Framework 1 psysh integration
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
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
dev-master
9999999-dev
Zend Framework 1 psysh integration
Sources
Download
MIT
The Requires
The Development Requires