Sorien / silex-pimple-dumper

Pimple Container Dumper - Helper for https://github.com/Sorien/silex-idea-plugin
MIT License
36 stars 8 forks source link

Generation of dump should not be dependent on the requests #14

Open gander opened 7 years ago

gander commented 7 years ago

Sometimes I create Silex applications that they do not support http requests. Then I have to do such combinations to make it work:

$app->handle(\Symfony\Component\HttpFoundation\Request::create('/_dump'));

Can you isolate the generator, so that it can be run anywhere?

hkdobrev commented 7 years ago

A CLI interface via a Symfony console command would be nice.

Sorien commented 7 years ago

guys, PRs are welcome, if anyone wants to continue in developmet of silex idea plugin and this dumper can move ownership of repositories or add collaborators, they have been created as side projects long time ago for something that is not actively developed any more so my motivation to contribute more is near zero,