# dbgp [![travis-badge][]][travis] [![appveyor-badge][]][appveyor] [![coveralls-badge][]][coveralls] [![license-badge][]][license] Implementation of the dbgp protocol This intends to comply with the protocol available on date: 2017-04-04 on [this][dbgp] website The protocol is also available in this [git repository][dbgp-git] ## License dbgp is licensed under GPL General Public License 2.0 only with a Linking exception This means that you can link it with your program even if its license is not GPL Read [LICENSE][license] for more information. [travis-badge]: https://img.shields.io/travis/afonso360/dbgp/master.svg?style=flat-square [appveyor-badge]: https://img.shields.io/appveyor/ci/afonso360/dbgp/master.svg?style=flat-square [coveralls-badge]: https://img.shields.io/coveralls/afonso360/dbgp/master.svg?style=flat-square [license-badge]: https://img.shields.io/badge/license-GPLv2%20With%20Linking%20exception-blue.svg?style=flat-square [travis]: https://travis-ci.org/afonso360/dbgp [appveyor]: https://ci.appveyor.com/project/afonso360/dbgp [coveralls]: https://coveralls.io/github/afonso360/dbgp [license]: LICENSE [dbgp]: https://xdebug.org/docs-dbgp.php#id21 [dbgp-git]: https://github.com/derickr/dbgp