You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.2 KiB

3 years ago
  1. # Send PHP errors to Flare
  2. [![Latest Version on Packagist](https://img.shields.io/packagist/v/facade/flare-client-php.svg?style=flat-square)](https://packagist.org/packages/facade/flare-client-php)
  3. ![Tests](https://github.com/facade/flare-client-php/workflows/Run%20tests/badge.svg)
  4. [![Total Downloads](https://img.shields.io/packagist/dt/facade/flare-client-php.svg?style=flat-square)](https://packagist.org/packages/facade/flare-client-php)
  5. This repository contains a PHP client to send PHP errors to [Flare](https://flareapp.io).
  6. ![Screenshot of error in Flare](https://facade.github.io/flare-client-php/screenshot.png)
  7. ## Documentation
  8. You can find the documentation of this package at [the docs of Flare](https://flareapp.io/docs/general/projects).
  9. ## Changelog
  10. Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
  11. ## Testing
  12. ``` bash
  13. composer test
  14. ```
  15. ## Contributing
  16. Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
  17. ## Security
  18. If you discover any security related issues, please email support@flareapp.io instead of using the issue tracker.
  19. ## License
  20. The MIT License (MIT). Please see [License File](LICENSE.md) for more information.