XDEBUG (php)
I wrote an implementation of this package for XDEBUG for my own use. It is written in CoffeeScript using promises ( no await/async). I didn't want to bother with transpilers and that kind of things and I also don't know typescript. I was thinking in publish it if none of your are willing to implement an official version for XDEBUG.I won't name it xatom-debug-php if you want to wait until someone that knows typescript writes a better version. I can pick any other name. I just want to contribute to making this package a standard in the community. In the future, they will find the time to improve it or rewrite it if they don't like it.
Well, it seems like nobody is going to write a PHP plugin for this. So I decided to publish mine. Since now atom supports async/await natively I decided to get rid of all CoffeeScript and use ie6 instead.
https://atom.io/packages/xatom-debug-php
It is kind of sad that in two years there isn't a standard debugger in atom :disappointed: