Download the PHP package floriansemm/boris-bundle without Composer
On this page you can find all versions of the php package floriansemm/boris-bundle. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download floriansemm/boris-bundle
More information about floriansemm/boris-bundle
Files in floriansemm/boris-bundle
Download floriansemm/boris-bundle
More information about floriansemm/boris-bundle
Files in floriansemm/boris-bundle
Vendor floriansemm
Package boris-bundle
Short Description This Bundle provide REPL shell in application context for symfony console
License MIT
Package boris-bundle
Short Description This Bundle provide REPL shell in application context for symfony console
License MIT
Please rate this library. Is it a good library?
Informations about the package boris-bundle
Symfony Boris bundle
Do you ever want to call one of your application services to try something out? Then this bundle could be something for you. With this bundle you can call Symfony services directly in your console.
Overview
Provide REPL shell in application context with Symfony console
Instalation
"require-dev": {
"floriansemm/boris-bundle": "1.*"
},
Usage
Initialize the interactive shell prompt
php app/console repl
Your console should now look like this
[1] Symfony-2.6.3 - app/dev/debug>
Now let's call doctrine and select a entity:
[1] Symfony-2.6.3 - app/dev/debug> $postRepository = $container->get('doctrine')->getRepository('AcmeDemoBundle:Post');
[2] Symfony-2.6.3 - app/dev/debug> $postRepository->find('1');
// object(Acme\DemoBundle\Entity\Post)(
//
// )
All versions of boris-bundle with dependencies
PHP Build Version
Package Version
The package floriansemm/boris-bundle contains the following files
Loading the files please wait ....