Commit e9e510114976678f7c51b2c0dfcdb5f1a9fd7402

Authored by Vasiliy Ermolovich
2 parents 53b9eee8 53407e8b
Exists in master and in 1 other branch production

Merge pull request #248 from d11wtq/php-readme-addition

Add mention of errbit-php in README
Showing 1 changed file with 13 additions and 0 deletions   Show diff stats
README.md
... ... @@ -384,6 +384,19 @@ or you can set up the GitHub Issues tracker for your **Self.Errbit** app:
384 384 * You can now easily post bug reports to GitHub Issues by clicking the **Create Issue** button on a **Self.Errbit** error.
385 385  
386 386  
  387 +Use Errbit with applications written in other languages
  388 +-------------------------------------------------------
  389 +
  390 +In theory, any Airbrake-compatible error catcher for other languages should work with Errbit.
  391 +Solutions known to work are listed below:
  392 +
  393 +<table>
  394 + <tr>
  395 + <th>PHP (&gt;= 5.3)</th>
  396 + <td>https://github.com/flippa/errbit-php</td>
  397 + </tr>
  398 +</table>
  399 +
387 400 TODO
388 401 ----
389 402  
... ...