https://github.com/spatie/flare-client-php
Send PHP errors to Flare
https://github.com/spatie/flare-client-php
errors flare php
Last synced: 11 days ago
JSON representation
Send PHP errors to Flare
- Host: GitHub
- URL: https://github.com/spatie/flare-client-php
- Owner: spatie
- License: mit
- Created: 2021-05-17T11:32:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2026-02-25T14:55:26.000Z (about 1 month ago)
- Last Synced: 2026-02-25T18:25:25.590Z (about 1 month ago)
- Topics: errors, flare, php
- Language: PHP
- Homepage: https://flareapp.io/docs
- Size: 1.26 MB
- Stars: 177
- Watchers: 2
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Send PHP errors and traces to Flare
[](https://packagist.org/packages/spatie/flare-client-php)
[](https://github.com/spatie/flare-client-php/actions/workflows/run-tests.yml)
[](https://github.com/spatie/flare-client-php/actions/workflows/phpstan.yml)
[](https://packagist.org/packages/spatie/flare-client-php)
This repository contains the PHP client to send errors and exceptions to [Flare](https://flareapp.io). The client can be installed using composer and works for PHP 8.2 and above.
Using Laravel? You probably want to use [Flare for Laravel](https://github.com/spatie/laravel-flare).
## Documentation
You can find the documentation of this package at [the docs of Flare](https://flareapp.io/docs/php/general/introduction).
## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Testing
``` bash
composer test
```
## Contributing
Please see [CONTRIBUTING](https://github.com/spatie/.github/blob/main/CONTRIBUTING.md) for details.
## Security
If you discover any security related issues, please email support@flareapp.io instead of using the issue tracker.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.